Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1809)

Unified Diff: chrome/browser/geolocation/geolocation_browsertest.cc

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 =

Powered by Google App Engine
This is Rietveld 408576698