diff options
-rw-r--r-- | content/renderer/geolocation_dispatcher.cc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/content/renderer/geolocation_dispatcher.cc b/content/renderer/geolocation_dispatcher.cc index bcacbab..f4eeae9 100644 --- a/content/renderer/geolocation_dispatcher.cc +++ b/content/renderer/geolocation_dispatcher.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. @@ -13,7 +13,11 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" -using namespace WebKit; +using WebKit::WebGeolocationController; +using WebKit::WebGeolocationError; +using WebKit::WebGeolocationPermissionRequest; +using WebKit::WebGeolocationPermissionRequestManager; +using WebKit::WebGeolocationPosition; GeolocationDispatcher::GeolocationDispatcher(RenderView* render_view) : RenderViewObserver(render_view), |