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

Unified Diff: sync/syncable/write_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/write_transaction.cc
diff --git a/sync/syncable/write_transaction.cc b/sync/syncable/write_transaction.cc
index d624ae6e8197ed4cff09d08dfcccc7dc395eac19..74902bba25e586b88d7151308c697fca52aab9e9 100644
--- a/sync/syncable/write_transaction.cc
+++ b/sync/syncable/write_transaction.cc
@@ -9,6 +9,7 @@
#include "sync/syncable/transaction_observer.h"
#include "sync/syncable/write_transaction_info.h"
+namespace syncer {
namespace syncable {
enum InvariantCheckLevel {
@@ -156,3 +157,4 @@ std::string WriterTagToString(WriterTag writer_tag) {
#undef ENUM_CASE
} // namespace syncable
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698