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

Unified Diff: sync/syncable/scoped_kernel_lock.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/scoped_index_updater.h ('k') | sync/syncable/syncable-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/scoped_kernel_lock.h
diff --git a/sync/syncable/scoped_kernel_lock.h b/sync/syncable/scoped_kernel_lock.h
index aaac150d848ce622e3b266f9f29da8c9f72deb46..d37cc92e7f73f3e854d00989fe4a57ee648e56b0 100644
--- a/sync/syncable/scoped_kernel_lock.h
+++ b/sync/syncable/scoped_kernel_lock.h
@@ -9,6 +9,7 @@
#include "base/basictypes.h"
#include "base/synchronization/lock.h"
+namespace syncer {
namespace syncable {
class Directory;
@@ -24,5 +25,6 @@ class ScopedKernelLock {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_
« no previous file with comments | « sync/syncable/scoped_index_updater.h ('k') | sync/syncable/syncable-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698