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

Unified Diff: chrome/browser/history/DEPS

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: chrome/browser/history/DEPS
diff --git a/chrome/browser/history/DEPS b/chrome/browser/history/DEPS
index d98fe681946e66ae91add97cce9faf4363a6bd01..3a899a472dd3b3f614818ab1ac08587850b29a05 100644
--- a/chrome/browser/history/DEPS
+++ b/chrome/browser/history/DEPS
@@ -50,9 +50,9 @@ include_rules = [
"!chrome/browser/ui/profile_error_dialog.h",
"!chrome/browser/ui/webui/ntp/most_visited_handler.h",
"!chrome/browser/ui/webui/ntp/new_tab_ui.h",
- "!components/bookmarks/core/browser/bookmark_model.h",
- "!components/bookmarks/core/browser/bookmark_service.h",
- "!components/bookmarks/core/browser/bookmark_utils.h",
+ "!components/bookmarks/browser/bookmark_model.h",
+ "!components/bookmarks/browser/bookmark_service.h",
+ "!components/bookmarks/browser/bookmark_utils.h",
]
specific_include_rules = {

Powered by Google App Engine
This is Rietveld 408576698