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

Unified Diff: sync/syncable/syncable_mock.h

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 6 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/syncable/syncable_id_unittest.cc ('k') | sync/syncable/syncable_mock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_mock.h
diff --git a/sync/syncable/syncable_mock.h b/sync/syncable/syncable_mock.h
index 82eac1a8260e6481bebec4f5d4e8d3b01a2ddb87..c7427925dc90df82ed8fe5bf82a19a49ee2a48df 100644
--- a/sync/syncable/syncable_mock.h
+++ b/sync/syncable/syncable_mock.h
@@ -15,8 +15,8 @@
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-using syncable::Directory;
-using syncable::EntryKernel;
+namespace syncer {
+namespace syncable {
class MockDirectory : public Directory {
public:
@@ -43,6 +43,7 @@ class MockSyncableWriteTransaction : public syncable::WriteTransaction {
const tracked_objects::Location& from_here, Directory *directory);
};
+} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_SYNCABLE_MOCK_H_
-
« no previous file with comments | « sync/syncable/syncable_id_unittest.cc ('k') | sync/syncable/syncable_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698