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

Unified Diff: sync/test/test_directory_backing_store.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/test/null_transaction_observer.cc ('k') | sync/test/test_directory_backing_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/test_directory_backing_store.h
diff --git a/sync/test/test_directory_backing_store.h b/sync/test/test_directory_backing_store.h
index c78d27effb77c5f2cd9f34338b6fc0469c256c87..5ed119b063644f40f6a004782817b534229daca3 100644
--- a/sync/test/test_directory_backing_store.h
+++ b/sync/test/test_directory_backing_store.h
@@ -9,6 +9,7 @@
#include "base/gtest_prod_util.h"
#include "sync/syncable/directory_backing_store.h"
+namespace syncer {
namespace syncable {
// This implementation of DirectoryBackingStore does not manage its own
@@ -49,5 +50,6 @@ class TestDirectoryBackingStore : public DirectoryBackingStore {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_TEST_TEST_DIRECTORY_BACKING_STORE_H_
« no previous file with comments | « sync/test/null_transaction_observer.cc ('k') | sync/test/test_directory_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698