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

Unified Diff: sync/syncable/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: 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
Index: sync/syncable/directory_backing_store.h
diff --git a/sync/syncable/directory_backing_store.h b/sync/syncable/directory_backing_store.h
index 2463521160f8cfa28c048682a98deb34b489f1c3..282e56c0a6c89bc8c432b0fd350db6331a83f1e6 100644
--- a/sync/syncable/directory_backing_store.h
+++ b/sync/syncable/directory_backing_store.h
@@ -21,6 +21,7 @@ namespace sync_pb {
class EntitySpecifics;
}
+namespace syncer {
namespace syncable {
struct ColumnSpec;
@@ -163,5 +164,6 @@ class DirectoryBackingStore : public base::NonThreadSafe {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_DIRECTORY_BACKING_STORE_H_

Powered by Google App Engine
This is Rietveld 408576698