diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 17:37:26 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 17:37:26 +0000 |
commit | f0c8c4993d1828df35581db849c2d4563fc12479 (patch) | |
tree | c40d0e7358871a596f21c9f89c480ef0834ea5fd /chrome/browser/accessibility | |
parent | e6fc1e2494a088bc9115104da81d9fbdbec2fc56 (diff) | |
download | chromium_src-f0c8c4993d1828df35581db849c2d4563fc12479.zip chromium_src-f0c8c4993d1828df35581db849c2d4563fc12479.tar.gz chromium_src-f0c8c4993d1828df35581db849c2d4563fc12479.tar.bz2 |
components: Extract pref_registry component out of user_prefs.
The reason for doing this is that user_prefs depends on content_browser,
which brings a lot of extra dependencies that takes a lot of time to build
(yeah, I'm looking at you Blink and V8) and bookmarks is one of the targets
that should not depend on content.
BUG=359565
TEST=green trybots
R=blundell@chromium.org, sky@chromium.org, yoz@chromium.org
Review URL: https://codereview.chromium.org/271793003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/accessibility')
-rw-r--r-- | chrome/browser/accessibility/invert_bubble_prefs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/accessibility/invert_bubble_prefs.cc b/chrome/browser/accessibility/invert_bubble_prefs.cc index a295cf4..3570c19 100644 --- a/chrome/browser/accessibility/invert_bubble_prefs.cc +++ b/chrome/browser/accessibility/invert_bubble_prefs.cc @@ -5,7 +5,7 @@ #include "chrome/browser/accessibility/invert_bubble_prefs.h" #include "chrome/common/pref_names.h" -#include "components/user_prefs/pref_registry_syncable.h" +#include "components/pref_registry/pref_registry_syncable.h" namespace chrome { |