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

Unified Diff: sync/syncable/base_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: 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.h
diff --git a/sync/syncable/base_transaction.h b/sync/syncable/base_transaction.h
index 2de46082fdd57e98ce7f0a6639a877766339f317..cab9e3996b356d162d657e2e57eba9cc54930745 100644
--- a/sync/syncable/base_transaction.h
+++ b/sync/syncable/base_transaction.h
@@ -9,6 +9,7 @@
#include "base/location.h"
#include "sync/syncable/syncable_id.h"
+namespace syncer {
namespace syncable {
class Directory;
@@ -76,6 +77,7 @@ class BaseTransaction {
DISALLOW_COPY_AND_ASSIGN(BaseTransaction);
};
-}
+} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_BASE_TRANSACTION_H_

Powered by Google App Engine
This is Rietveld 408576698