Chromium Code Reviews

Unified Diff: components/bookmarks/browser/base_bookmark_model_observer.cc

Issue 284893003: Move bookmarks/core/... to bookmarks/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing errors reported by presubmit Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/bookmarks/browser/base_bookmark_model_observer.cc
diff --git a/components/bookmarks/core/browser/base_bookmark_model_observer.cc b/components/bookmarks/browser/base_bookmark_model_observer.cc
similarity index 95%
rename from components/bookmarks/core/browser/base_bookmark_model_observer.cc
rename to components/bookmarks/browser/base_bookmark_model_observer.cc
index a150c16df670a881648a9382814c8f1ef75d5d72..4cf42899023318083207efec815210a7582dd1eb 100644
--- a/components/bookmarks/core/browser/base_bookmark_model_observer.cc
+++ b/components/bookmarks/browser/base_bookmark_model_observer.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/bookmarks/core/browser/base_bookmark_model_observer.h"
+#include "components/bookmarks/browser/base_bookmark_model_observer.h"
void BaseBookmarkModelObserver::BookmarkModelLoaded(BookmarkModel* model,
bool ids_reassigned) {}
« no previous file with comments | « components/bookmarks/browser/base_bookmark_model_observer.h ('k') | components/bookmarks/browser/bookmark_client.h » ('j') | no next file with comments »

Powered by Google App Engine