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

Unified Diff: chrome/browser/sync/profile_sync_service_bookmark_unittest.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
Index: chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
index 21ae983c5f5cf7882ee50d6b801a679869988f4c..ea47a1ccace4fc10fb7860b9a3a5ee8f0ebd1459 100644
--- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
@@ -119,7 +119,8 @@ class TestBookmarkModelAssociator : public BookmarkModelAssociator {
// Create new fake tagged nodes at the end of the ordering.
node.InitByCreation(type, root, predecessor);
node.SetIsFolder(true);
- node.GetMutableEntryForTest()->Put(syncable::UNIQUE_SERVER_TAG, tag);
+ node.GetMutableEntryForTest()->Put(
+ syncer::syncable::UNIQUE_SERVER_TAG, tag);
node.SetTitle(UTF8ToWide(tag_str));
node.SetExternalId(0);
*sync_id = node.GetId();

Powered by Google App Engine
This is Rietveld 408576698