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

Unified Diff: components/bookmarks/core/browser/bookmark_model_observer.h

Issue 256083003: Move bookmark_model_observer.h to the bookmarks component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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
« no previous file with comments | « components/bookmarks/core/browser/base_bookmark_model_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/core/browser/bookmark_model_observer.h
diff --git a/chrome/browser/bookmarks/bookmark_model_observer.h b/components/bookmarks/core/browser/bookmark_model_observer.h
similarity index 96%
rename from chrome/browser/bookmarks/bookmark_model_observer.h
rename to components/bookmarks/core/browser/bookmark_model_observer.h
index e03e65d1c6605ba4cd28bd1f3e562f3e4692ec3e..7b49c7cd5326be9c5d52877862e65990c7c763e4 100644
--- a/chrome/browser/bookmarks/bookmark_model_observer.h
+++ b/components/bookmarks/core/browser/bookmark_model_observer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_MODEL_OBSERVER_H_
-#define CHROME_BROWSER_BOOKMARKS_BOOKMARK_MODEL_OBSERVER_H_
+#ifndef COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_MODEL_OBSERVER_H_
+#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_MODEL_OBSERVER_H_
class BookmarkModel;
class BookmarkNode;
@@ -112,4 +112,4 @@ class BookmarkModelObserver {
virtual ~BookmarkModelObserver() {}
};
-#endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_MODEL_OBSERVER_H_
+#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_MODEL_OBSERVER_H_
« no previous file with comments | « components/bookmarks/core/browser/base_bookmark_model_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698