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

Unified Diff: chrome/browser/sync/glue/bookmark_change_processor.cc

Issue 865163003: bookmarks: Move BookmarkNode into 'bookmarks' namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enhanced_bookmarks fix Created 5 years, 10 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/glue/bookmark_change_processor.cc
diff --git a/chrome/browser/sync/glue/bookmark_change_processor.cc b/chrome/browser/sync/glue/bookmark_change_processor.cc
index ecd8ce686bd544ba1d3eed5fa4ce6750bc93a506..430843d95eab4d50ba8be7e103c9ca4b03081f12 100644
--- a/chrome/browser/sync/glue/bookmark_change_processor.cc
+++ b/chrome/browser/sync/glue/bookmark_change_processor.cc
@@ -37,6 +37,7 @@
#include "ui/gfx/image/image_util.h"
using bookmarks::BookmarkModel;
+using bookmarks::BookmarkNode;
using content::BrowserThread;
using syncer::ChangeRecord;
using syncer::ChangeRecordList;

Powered by Google App Engine
This is Rietveld 408576698