summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/geolocation_dispatcher_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/geolocation/geolocation_dispatcher_host.cc')
-rw-r--r--content/browser/geolocation/geolocation_dispatcher_host.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/browser/geolocation/geolocation_dispatcher_host.cc b/content/browser/geolocation/geolocation_dispatcher_host.cc
index 4f28934..8458b3a 100644
--- a/content/browser/geolocation/geolocation_dispatcher_host.cc
+++ b/content/browser/geolocation/geolocation_dispatcher_host.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -16,6 +16,8 @@
#include "content/common/geolocation_messages.h"
#include "content/common/geoposition.h"
+using content::BrowserThread;
+
namespace {
class GeolocationDispatcherHostImpl : public GeolocationDispatcherHost,
public GeolocationObserver {