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

Unified Diff: components/omnibox/DEPS

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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/navigation_interception/navigation_params.cc ('k') | components/omnibox/autocomplete_match.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/DEPS
diff --git a/components/omnibox/DEPS b/components/omnibox/DEPS
index 716342303c450d6ef605dcd91dd48c110b55c27d..c8b3323a989fbd5edfde3e7699414fb4a2e2618d 100644
--- a/components/omnibox/DEPS
+++ b/components/omnibox/DEPS
@@ -10,10 +10,3 @@ include_rules = [
"+ui/base",
"+url",
]
-
-specific_include_rules = {
- "autocomplete_match.\h": [
- # For content::PageTransition enum. crbug.com/372373
- "!content/public/common/page_transition_types.h",
- ],
-}
« no previous file with comments | « components/navigation_interception/navigation_params.cc ('k') | components/omnibox/autocomplete_match.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698