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

Unified Diff: sync/test/test_directory_backing_store.cc

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/test_directory_backing_store.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/test_directory_backing_store.cc
diff --git a/sync/test/test_directory_backing_store.cc b/sync/test/test_directory_backing_store.cc
index 8a168a4027a6f6bc1659a2675a61cda95460820a..271605cbe449fe0afcb0d67f2d57f4b2d2f30deb 100644
--- a/sync/test/test_directory_backing_store.cc
+++ b/sync/test/test_directory_backing_store.cc
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/logging.h"
+namespace syncer {
namespace syncable {
TestDirectoryBackingStore::TestDirectoryBackingStore(
@@ -39,3 +40,4 @@ DirOpenResult TestDirectoryBackingStore::Load(
}
} // namespace syncable
+} // namespace syncer
« no previous file with comments | « sync/test/test_directory_backing_store.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698