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

Unified Diff: sync/syncable/write_transaction.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/transaction_observer.h ('k') | sync/syncable/write_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/write_transaction.h
diff --git a/sync/syncable/write_transaction.h b/sync/syncable/write_transaction.h
index 685e447ab3e7e163dd4173dfe888570b90bfba91..0b92d8a377570216173c89911ea3f0581d04dc65 100644
--- a/sync/syncable/write_transaction.h
+++ b/sync/syncable/write_transaction.h
@@ -9,6 +9,7 @@
#include "sync/syncable/base_transaction.h"
#include "sync/syncable/entry_kernel.h"
+namespace syncer {
namespace syncable {
// Locks db in constructor, unlocks in destructor.
@@ -44,5 +45,6 @@ class WriteTransaction : public BaseTransaction {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_WRITE_TRANSACTION_H_
« no previous file with comments | « sync/syncable/transaction_observer.h ('k') | sync/syncable/write_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698