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

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: 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/write_transaction.h ('k') | sync/syncable/write_transaction_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/write_transaction.cc
diff --git a/sync/syncable/write_transaction.cc b/sync/syncable/write_transaction.cc
index 40801a5d4f30b5c1b7fc439e6bc7dd21054dc1e2..09759b6194eccb7b47debe2ebe491aaecc21a78a 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 {
WriteTransaction::WriteTransaction(const tracked_objects::Location& location,
@@ -139,3 +140,4 @@ std::string WriterTagToString(WriterTag writer_tag) {
#undef ENUM_CASE
} // namespace syncable
+} // namespace syncer
« no previous file with comments | « sync/syncable/write_transaction.h ('k') | sync/syncable/write_transaction_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698