Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Unified Diff: sync/test/engine/syncer_command_test.h

Issue 10795018: [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fiix indent Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/test/engine/mock_connection_manager.cc ('k') | sync/test/null_transaction_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/syncer_command_test.h
diff --git a/sync/test/engine/syncer_command_test.h b/sync/test/engine/syncer_command_test.h
index c99846cd98651e8db2506d2a10b2f8f54503db7e..6b957a8ee5d5a2519d9e4ae1f5b77c8a67487e6d 100644
--- a/sync/test/engine/syncer_command_test.h
+++ b/sync/test/engine/syncer_command_test.h
@@ -31,7 +31,7 @@ using ::testing::NiceMock;
namespace syncer {
-class MockDebugInfoGetter : public syncer::sessions::DebugInfoGetter {
+class MockDebugInfoGetter : public sessions::DebugInfoGetter {
public:
MockDebugInfoGetter();
virtual ~MockDebugInfoGetter();
@@ -100,7 +100,7 @@ class SyncerCommandTestBase : public testing::Test,
// Lazily create a session requesting all datatypes with no payload.
sessions::SyncSession* session() {
- syncer::ModelTypePayloadMap types =
+ ModelTypePayloadMap types =
ModelSafeRoutingInfoToPayloadMap(routing_info_, std::string());
return session(sessions::SyncSourceInfo(types));
}
« no previous file with comments | « sync/test/engine/mock_connection_manager.cc ('k') | sync/test/null_transaction_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698