diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-20 23:33:40 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-20 23:33:40 +0000 |
commit | 0dd6f20318b09983933fa8aab1573eb057cc1088 (patch) | |
tree | 4b561c910850f3df5f51b1916164969f6f46b0c4 /chrome/browser/predictors/predictor_database.h | |
parent | b55475898c3d74ec5810e4b60bccce4183cb17d9 (diff) | |
download | chromium_src-0dd6f20318b09983933fa8aab1573eb057cc1088.zip chromium_src-0dd6f20318b09983933fa8aab1573eb057cc1088.tar.gz chromium_src-0dd6f20318b09983933fa8aab1573eb057cc1088.tar.bz2 |
Move ProfileKeyedService infrastructure to a component
Renames of the classes and methods will follow in separate patch(es).
BUG=227219
R=erg@chromium.org, joi@chromium.org
Review URL: https://codereview.chromium.org/14743010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201167 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/predictors/predictor_database.h')
-rw-r--r-- | chrome/browser/predictors/predictor_database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/predictors/predictor_database.h b/chrome/browser/predictors/predictor_database.h index fcdfd4d..362c23c 100644 --- a/chrome/browser/predictors/predictor_database.h +++ b/chrome/browser/predictors/predictor_database.h @@ -6,7 +6,7 @@ #define CHROME_BROWSER_PREDICTORS_PREDICTOR_DATABASE_H_ #include "base/memory/ref_counted.h" -#include "chrome/browser/profiles/profile_keyed_service.h" +#include "components/browser_context_keyed_service/browser_context_keyed_service.h" class Profile; |