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

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

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. 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.gypi ('k') | components/bookmarks/browser/base_bookmark_model_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/base_bookmark_model_observer.h
diff --git a/components/bookmarks/core/browser/base_bookmark_model_observer.h b/components/bookmarks/browser/base_bookmark_model_observer.h
similarity index 88%
rename from components/bookmarks/core/browser/base_bookmark_model_observer.h
rename to components/bookmarks/browser/base_bookmark_model_observer.h
index a20394d7cee57a514cf90082d066fde0fc04e508..04003f9047c139ebb2d0f02e49f75481e08dbc7b 100644
--- a/components/bookmarks/core/browser/base_bookmark_model_observer.h
+++ b/components/bookmarks/browser/base_bookmark_model_observer.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_BOOKMARKS_CORE_BROWSER_BASE_BOOKMARK_MODEL_OBSERVER_H_
-#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BASE_BOOKMARK_MODEL_OBSERVER_H_
+#ifndef COMPONENTS_BOOKMARKS_BROWSER_BASE_BOOKMARK_MODEL_OBSERVER_H_
+#define COMPONENTS_BOOKMARKS_BROWSER_BASE_BOOKMARK_MODEL_OBSERVER_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "components/bookmarks/core/browser/bookmark_model_observer.h"
+#include "components/bookmarks/browser/bookmark_model_observer.h"
// Base class for a BookmarkModelObserver implementation. All mutations of the
// model funnel into the method BookmarkModelChanged.
@@ -51,4 +51,4 @@ class BaseBookmarkModelObserver : public BookmarkModelObserver {
DISALLOW_COPY_AND_ASSIGN(BaseBookmarkModelObserver);
};
-#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BASE_BOOKMARK_MODEL_OBSERVER_H_
+#endif // COMPONENTS_BOOKMARKS_BROWSER_BASE_BOOKMARK_MODEL_OBSERVER_H_
« no previous file with comments | « components/bookmarks.gypi ('k') | components/bookmarks/browser/base_bookmark_model_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698