diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-21 03:33:18 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-21 03:33:18 +0000 |
commit | 1ab137b527a5a7832d8c90ab782d3f5c3208187c (patch) | |
tree | d9e2eea67308df756295e9629a3115f223e3aeca /chrome/browser/sync/glue | |
parent | 0ee85c657933aac93ef9eccffbc57cee04fb9d59 (diff) | |
download | chromium_src-1ab137b527a5a7832d8c90ab782d3f5c3208187c.zip chromium_src-1ab137b527a5a7832d8c90ab782d3f5c3208187c.tar.gz chromium_src-1ab137b527a5a7832d8c90ab782d3f5c3208187c.tar.bz2 |
base/prefs: Remove the public/ directory and move the files to //base/prefs.
BUG=155525
R=joi@chromium.org
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/12789006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/glue')
-rw-r--r-- | chrome/browser/sync/glue/typed_url_data_type_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/typed_url_data_type_controller.h b/chrome/browser/sync/glue/typed_url_data_type_controller.h index 13168db..9afd3e0 100644 --- a/chrome/browser/sync/glue/typed_url_data_type_controller.h +++ b/chrome/browser/sync/glue/typed_url_data_type_controller.h @@ -9,7 +9,7 @@ #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" -#include "base/prefs/public/pref_change_registrar.h" +#include "base/prefs/pref_change_registrar.h" #include "chrome/browser/common/cancelable_request.h" #include "chrome/browser/sync/glue/non_frontend_data_type_controller.h" |