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

Unified Diff: chrome/browser/sync/profile_sync_service_bookmark_unittest.cc

Issue 740423002: bookmarks: Move BaseBookmarkModelObserver into 'bookmarks' namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 071efe95828b3e1ad9364ca03829c1d2dabe4ee1..9b9928b56e7602cfbe01d35918fb6eb614d45b8e 100644
--- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
@@ -272,7 +272,8 @@ class FakeServerChange {
syncer::ChangeRecordList changes_;
};
-class ExtensiveChangesBookmarkModelObserver : public BaseBookmarkModelObserver {
+class ExtensiveChangesBookmarkModelObserver
+ : public bookmarks::BaseBookmarkModelObserver {
public:
ExtensiveChangesBookmarkModelObserver()
: started_count_(0),

Powered by Google App Engine
This is Rietveld 408576698