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

Unified Diff: components/bookmarks/browser/bookmark_storage.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/browser/bookmark_service.h ('k') | components/bookmarks/browser/bookmark_storage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4e0cd24904227856d42294bd964740f61938fe80..ac8a69c77f1a1615c39ff2ac9e720e64ba44c485 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;
@@ -163,4 +163,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_
« no previous file with comments | « components/bookmarks/browser/bookmark_service.h ('k') | components/bookmarks/browser/bookmark_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698