diff options
author | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-26 18:13:29 +0000 |
---|---|---|
committer | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-26 18:13:29 +0000 |
commit | 9ea8ec9f63db0b2473b4a84648cebce4e0bfcf93 (patch) | |
tree | 28aeaa338b1fa84c13302d0bb987ffb9198f8181 /chrome/browser/extensions/api/location/location_api.cc | |
parent | ad4faab2f2775bda6d45013a800fdc1cbee07bca (diff) | |
download | chromium_src-9ea8ec9f63db0b2473b4a84648cebce4e0bfcf93.zip chromium_src-9ea8ec9f63db0b2473b4a84648cebce4e0bfcf93.tar.gz chromium_src-9ea8ec9f63db0b2473b4a84648cebce4e0bfcf93.tar.bz2 |
Change ProfileKeyedAPIFactory to build instances with BrowserContext instead of Profile.
This also updates a few call sites that were missed earlier, and it includes profile.h where it was previously gotten transitively.
Follows https://chromiumcodereview.appspot.com/166053003/ and https://chromiumcodereview.appspot.com/174513003/
BUG=309909
TBR=dtseng@chromium.org,derat@chromium.org
Review URL: https://codereview.chromium.org/179243002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/api/location/location_api.cc')
-rw-r--r-- | chrome/browser/extensions/api/location/location_api.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/extensions/api/location/location_api.cc b/chrome/browser/extensions/api/location/location_api.cc index cc17f70..81b6132 100644 --- a/chrome/browser/extensions/api/location/location_api.cc +++ b/chrome/browser/extensions/api/location/location_api.cc @@ -5,6 +5,7 @@ #include "chrome/browser/extensions/api/location/location_api.h" #include "chrome/browser/extensions/api/location/location_manager.h" +#include "chrome/browser/profiles/profile.h" #include "chrome/common/extensions/api/location.h" #include "extensions/common/error_utils.h" |