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

Unified Diff: sync/syncable/transaction_observer.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/syncable_util.cc ('k') | sync/syncable/write_transaction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/transaction_observer.h
diff --git a/sync/syncable/transaction_observer.h b/sync/syncable/transaction_observer.h
index f5430bad59e6166d21371c4ebab7a14464acee14..dc9478d44f9648c76b9bb63f1931b3add8666311 100644
--- a/sync/syncable/transaction_observer.h
+++ b/sync/syncable/transaction_observer.h
@@ -9,6 +9,7 @@
#include "sync/internal_api/public/syncable/model_type.h"
#include "sync/syncable/write_transaction_info.h"
+namespace syncer {
namespace syncable {
class TransactionObserver {
@@ -21,5 +22,6 @@ class TransactionObserver {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_TRANSACTION_OBSERVER_H_
« no previous file with comments | « sync/syncable/syncable_util.cc ('k') | sync/syncable/write_transaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698