summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-28 17:33:30 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-28 17:33:30 +0000
commit87678d99076f7ba81b868e02165dbe757447b482 (patch)
treed181d46f839e3e6dd3c28fa097acf7f81494cdb3 /chrome/browser/extensions
parentf6103553cf480bf15177ba4ba5627fa74d621cc4 (diff)
downloadchromium_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/browser/extensions')
-rw-r--r--chrome/browser/extensions/extension_geolocation_apitest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/extensions/extension_geolocation_apitest.cc b/chrome/browser/extensions/extension_geolocation_apitest.cc
index 1ce6570..e24d783 100644
--- a/chrome/browser/extensions/extension_geolocation_apitest.cc
+++ b/chrome/browser/extensions/extension_geolocation_apitest.cc
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "chrome/browser/extensions/extension_apitest.h"
-#include "chrome/browser/geolocation/location_arbitrator.h"
-#include "chrome/browser/geolocation/mock_location_provider.h"
-#include "chrome/browser/geolocation/arbitrator_dependency_factories_for_test.h"
+#include "content/browser/geolocation/location_arbitrator.h"
+#include "content/browser/geolocation/mock_location_provider.h"
+#include "content/browser/geolocation/arbitrator_dependency_factories_for_test.h"
class GeolocationApiTest : public ExtensionApiTest {
public: