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

Unified Diff: components/bookmarks/common/bookmark_constants.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
Index: components/bookmarks/common/bookmark_constants.h
diff --git a/components/bookmarks/core/common/bookmark_constants.h b/components/bookmarks/common/bookmark_constants.h
similarity index 61%
rename from components/bookmarks/core/common/bookmark_constants.h
rename to components/bookmarks/common/bookmark_constants.h
index bfd020581180de3c911a0d6834baf4bea9962ca0..7b1a8f54476719cf1071e2b71d17a3cfc577b147 100644
--- a/components/bookmarks/core/common/bookmark_constants.h
+++ b/components/bookmarks/common/bookmark_constants.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_COMMON_BOOKMARK_CONSTANTS_H_
-#define COMPONENTS_BOOKMARKS_CORE_COMMON_BOOKMARK_CONSTANTS_H_
+#ifndef COMPONENTS_BOOKMARKS_COMMON_BOOKMARK_CONSTANTS_H_
+#define COMPONENTS_BOOKMARKS_COMMON_BOOKMARK_CONSTANTS_H_
#include "base/files/file_path.h"
@@ -13,4 +13,4 @@ extern const base::FilePath::CharType kBookmarksFileName[];
} // namespace bookmarks
-#endif // COMPONENTS_BOOKMARKS_CORE_COMMON_BOOKMARK_CONSTANTS_H_
+#endif // COMPONENTS_BOOKMARKS_COMMON_BOOKMARK_CONSTANTS_H_
« no previous file with comments | « components/bookmarks/browser/scoped_group_bookmark_actions.cc ('k') | components/bookmarks/common/bookmark_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698