Index: test/DefaultFileSystem.cpp |
diff --git a/test/DefaultFileSystem.cpp b/test/DefaultFileSystem.cpp |
index 00d39437959dbb66c4b3a350f01cfba57dbb2bf6..9ac3f011719bb0caec8efe53a07f9365c1ac93ad 100644 |
--- a/test/DefaultFileSystem.cpp |
+++ b/test/DefaultFileSystem.cpp |
@@ -26,7 +26,7 @@ namespace |
void WriteString(AdblockPlus::FileSystem& fileSystem, |
const std::string& content) |
{ |
- std::tr1::shared_ptr<std::stringstream> input(new std::stringstream); |
+ std::shared_ptr<std::stringstream> input(new std::stringstream); |
*input << content; |
fileSystem.Write(testPath, input); |
} |