| Index: components/bookmarks/browser/bookmark_model_observer.h
|
| diff --git a/components/bookmarks/core/browser/bookmark_model_observer.h b/components/bookmarks/browser/bookmark_model_observer.h
|
| similarity index 96%
|
| rename from components/bookmarks/core/browser/bookmark_model_observer.h
|
| rename to components/bookmarks/browser/bookmark_model_observer.h
|
| index 2377ae4225a75d1b3d3161df417e7470950055bc..80917581227ecdb8c93d56985d30a36c527e0206 100644
|
| --- a/components/bookmarks/core/browser/bookmark_model_observer.h
|
| +++ b/components/bookmarks/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 COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_MODEL_OBSERVER_H_
|
| -#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_MODEL_OBSERVER_H_
|
| +#ifndef COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_MODEL_OBSERVER_H_
|
| +#define COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_MODEL_OBSERVER_H_
|
|
|
| #include <set>
|
|
|
| @@ -121,4 +121,4 @@ class BookmarkModelObserver {
|
| virtual ~BookmarkModelObserver() {}
|
| };
|
|
|
| -#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_MODEL_OBSERVER_H_
|
| +#endif // COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_MODEL_OBSERVER_H_
|
|
|