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

Unified Diff: sync/syncable/scoped_index_updater.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/read_transaction.cc ('k') | sync/syncable/scoped_kernel_lock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/scoped_index_updater.h
diff --git a/sync/syncable/scoped_index_updater.h b/sync/syncable/scoped_index_updater.h
index f24d0d28d92bfa644f500a2fe9ae23b8143b9b73..a8cfbd122a46d6ac80b3ac7e1042b0edb639f825 100644
--- a/sync/syncable/scoped_index_updater.h
+++ b/sync/syncable/scoped_index_updater.h
@@ -7,6 +7,7 @@
#include "sync/syncable/directory.h"
+namespace syncer {
namespace syncable {
class ScopedKernelLock;
@@ -51,5 +52,6 @@ class ScopedIndexUpdater {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_SCOPED_INDEX_UPDATER_H_
« no previous file with comments | « sync/syncable/read_transaction.cc ('k') | sync/syncable/scoped_kernel_lock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698