| Index: chrome/browser/geolocation/geolocation_browsertest.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc
|
| index b55f35f88567d7ae54c51671a92ef1026a718b35..b990837830cbb843100e146d59747c711fbbc99f 100644
|
| --- a/chrome/browser/geolocation/geolocation_browsertest.cc
|
| +++ b/chrome/browser/geolocation/geolocation_browsertest.cc
|
| @@ -133,7 +133,7 @@ class GeolocationNotificationObserver : public content::NotificationObserver {
|
| }
|
| }
|
|
|
| - void AddWatchAndWaitForNotification(RenderViewHost* render_view_host,
|
| + void AddWatchAndWaitForNotification(content::RenderViewHost* render_view_host,
|
| const std::wstring& iframe_xpath) {
|
| LOG(WARNING) << "will add geolocation watch";
|
| std::string script =
|
|
|