summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-16 03:00:09 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-16 03:00:09 +0000
commit57a96baf0f6ea352914a470e6b7847fa0c8c7431 (patch)
tree5ba676ab3bf0971cecde226a139be39cc8e41b7b /content/browser/geolocation
parentc8ad394c42e2b4ee49a52d27764027f5563c33e5 (diff)
downloadchromium_src-57a96baf0f6ea352914a470e6b7847fa0c8c7431.zip
chromium_src-57a96baf0f6ea352914a470e6b7847fa0c8c7431.tar.gz
chromium_src-57a96baf0f6ea352914a470e6b7847fa0c8c7431.tar.bz2
Move BrowserMessageFilter to public, and into content namespace.
TBR=abodenha@chromium.org for chrome/browser/printing/OWNERS BUG=98716 Review URL: http://codereview.chromium.org/8912009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114758 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/geolocation')
-rw-r--r--content/browser/geolocation/geolocation_dispatcher_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/geolocation/geolocation_dispatcher_host.h b/content/browser/geolocation/geolocation_dispatcher_host.h
index c890043..acd46d6 100644
--- a/content/browser/geolocation/geolocation_dispatcher_host.h
+++ b/content/browser/geolocation/geolocation_dispatcher_host.h
@@ -6,13 +6,13 @@
#define CONTENT_BROWSER_GEOLOCATION_GEOLOCATION_DISPATCHER_HOST_H_
#pragma once
-#include "content/browser/browser_message_filter.h"
+#include "content/public/browser/browser_message_filter.h"
class GeolocationPermissionContext;
// GeolocationDispatcherHost is a browser filter for Geolocation messages.
// It's the complement of GeolocationDispatcher (owned by RenderView).
-class GeolocationDispatcherHost : public BrowserMessageFilter {
+class GeolocationDispatcherHost : public content::BrowserMessageFilter {
public:
static GeolocationDispatcherHost* New(
int render_process_id,