Index: components/bookmarks/browser/bookmark_storage.h |
diff --git a/components/bookmarks/core/browser/bookmark_storage.h b/components/bookmarks/browser/bookmark_storage.h |
similarity index 96% |
rename from components/bookmarks/core/browser/bookmark_storage.h |
rename to components/bookmarks/browser/bookmark_storage.h |
index 05e42060e671ba029923fdeb407410a631e2b33e..8657410d1636303135099648d90b8647904d94a2 100644 |
--- a/components/bookmarks/core/browser/bookmark_storage.h |
+++ b/components/bookmarks/browser/bookmark_storage.h |
@@ -2,14 +2,14 @@ |
// 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_STORAGE_H_ |
-#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_STORAGE_H_ |
+#ifndef COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_STORAGE_H_ |
+#define COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_STORAGE_H_ |
#include "base/files/file_path.h" |
#include "base/files/important_file_writer.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
-#include "components/bookmarks/core/browser/bookmark_node.h" |
+#include "components/bookmarks/browser/bookmark_node.h" |
class BookmarkIndex; |
class BookmarkModel; |
@@ -167,4 +167,4 @@ class BookmarkStorage : public base::ImportantFileWriter::DataSerializer, |
DISALLOW_COPY_AND_ASSIGN(BookmarkStorage); |
}; |
-#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_STORAGE_H_ |
+#endif // COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_STORAGE_H_ |