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

Unified Diff: sync/internal_api/public/write_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: 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/internal_api/public/write_node.h ('k') | sync/internal_api/sync_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/write_transaction.h
diff --git a/sync/internal_api/public/write_transaction.h b/sync/internal_api/public/write_transaction.h
index e72ae717b65bf6119f741b383e1ce1d723cae885..df27cad62dd05a48b8d5815b37234bada90e7c18 100644
--- a/sync/internal_api/public/write_transaction.h
+++ b/sync/internal_api/public/write_transaction.h
@@ -9,17 +9,17 @@
#include "base/compiler_specific.h"
#include "sync/internal_api/public/base_transaction.h"
-namespace syncable {
-class BaseTransaction;
-class WriteTransaction;
-} // namespace syncable
-
namespace tracked_objects {
class Location;
} // namespace tracked_objects
namespace syncer {
+namespace syncable {
+class BaseTransaction;
+class WriteTransaction;
+} // namespace syncable
+
// Sync API's WriteTransaction is a read/write BaseTransaction. It wraps
// a syncable::WriteTransaction.
//
« no previous file with comments | « sync/internal_api/public/write_node.h ('k') | sync/internal_api/sync_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698