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

Unified Diff: sync/internal_api/base_node.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/internal_api/base_node.cc
diff --git a/sync/internal_api/base_node.cc b/sync/internal_api/base_node.cc
index 7563d02a9ed2055bf36bdd4b3b333754288d2c31..911bc6a322454fd4191a10c1bc46dd1dde590872 100644
--- a/sync/internal_api/base_node.cc
+++ b/sync/internal_api/base_node.cc
@@ -25,11 +25,12 @@
#include "sync/syncable/syncable_id.h"
#include "sync/util/time.h"
-using syncable::SPECIFICS;
using sync_pb::AutofillProfileSpecifics;
namespace syncer {
+using syncable::SPECIFICS;
+
// Helper function to look up the int64 metahandle of an object given the ID
// string.
static int64 IdToMetahandle(syncable::BaseTransaction* trans,

Powered by Google App Engine
This is Rietveld 408576698