Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/ConsoleJsObject.cpp

Issue 5163715573841920: Issue 768 - Switch from TR1 to C++11 (Closed)
Patch Set: fix including of <memory> Created Aug. 7, 2015, 6:07 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/BaseJsTest.h ('k') | test/DefaultFileSystem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ConsoleJsObject.cpp
diff --git a/test/ConsoleJsObject.cpp b/test/ConsoleJsObject.cpp
index e1bc17cacda01d2c3dd849d568ac1850ef9f5a5a..da6d4001920f75d63a341d12abb7149b31a15580 100644
--- a/test/ConsoleJsObject.cpp
+++ b/test/ConsoleJsObject.cpp
@@ -35,7 +35,7 @@ namespace
}
};
- typedef std::tr1::shared_ptr<MockLogSystem> MockLogSystemPtr;
+ typedef std::shared_ptr<MockLogSystem> MockLogSystemPtr;
class ConsoleJsObjectTest : public BaseJsTest
{
« no previous file with comments | « test/BaseJsTest.h ('k') | test/DefaultFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld