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

Unified Diff: sync/syncable/base_transaction.cc

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/base_transaction.cc
diff --git a/sync/syncable/base_transaction.cc b/sync/syncable/base_transaction.cc
index b27e31a813ea2119e6c1ebe5500dce5a64ac21ec..233da88dd722e283cd000a787f9fa77f41aca05b 100644
--- a/sync/syncable/base_transaction.cc
+++ b/sync/syncable/base_transaction.cc
@@ -7,6 +7,7 @@
#include "base/debug/trace_event.h"
#include "sync/syncable/directory.h"
+namespace syncer {
namespace syncable {
void BaseTransaction::Lock() {
@@ -66,3 +67,4 @@ BaseTransaction::~BaseTransaction() {
}
} // namespace syncable
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698