diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 17:33:30 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 17:33:30 +0000 |
commit | 87678d99076f7ba81b868e02165dbe757447b482 (patch) | |
tree | d181d46f839e3e6dd3c28fa097acf7f81494cdb3 /chrome/test/testing_profile.cc | |
parent | f6103553cf480bf15177ba4ba5627fa74d621cc4 (diff) | |
download | chromium_src-87678d99076f7ba81b868e02165dbe757447b482.zip chromium_src-87678d99076f7ba81b868e02165dbe757447b482.tar.gz chromium_src-87678d99076f7ba81b868e02165dbe757447b482.tar.bz2 |
Move core pieces of geolocation from chrome to content.This is a rough carving in some places. i.e. geolocation_permission_context.h needs to split into the interface part and the implementation part. access_token_store.h needs to drop the chrome factory function. arbitrator_dependency_factory.h needs to be split up into the interface and the default implementation. I've left all this to future changes per the other file moves, and since this is already pretty large.TBR=joth
Review URL: http://codereview.chromium.org/6591034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76228 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.cc')
-rw-r--r-- | chrome/test/testing_profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc index cff223a..1458d4a 100644 --- a/chrome/test/testing_profile.cc +++ b/chrome/test/testing_profile.cc @@ -21,7 +21,6 @@ #include "chrome/browser/extensions/extension_special_storage_policy.h" #include "chrome/browser/favicon_service.h" #include "chrome/browser/geolocation/geolocation_content_settings_map.h" -#include "chrome/browser/geolocation/geolocation_permission_context.h" #include "chrome/browser/history/history.h" #include "chrome/browser/history/history_backend.h" #include "chrome/browser/history/top_sites.h" @@ -46,6 +45,7 @@ #include "chrome/test/testing_pref_service.h" #include "chrome/test/ui_test_utils.h" #include "content/browser/browser_thread.h" +#include "content/browser/geolocation/geolocation_permission_context.h" #include "content/browser/in_process_webkit/webkit_context.h" #include "net/base/cookie_monster.h" #include "net/url_request/url_request_context.h" |