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

Unified Diff: content/browser/geolocation/geolocation_dispatcher_host.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: Ready for review, take 2 Created 8 years, 10 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: content/browser/geolocation/geolocation_dispatcher_host.cc
diff --git a/content/browser/geolocation/geolocation_dispatcher_host.cc b/content/browser/geolocation/geolocation_dispatcher_host.cc
index 619b3b164985b0104d19b25fbfa87acf5a281c82..0fcdadea61322bf88adfdffc2bdb9baf563b8b91 100644
--- a/content/browser/geolocation/geolocation_dispatcher_host.cc
+++ b/content/browser/geolocation/geolocation_dispatcher_host.cc
@@ -31,7 +31,7 @@ void NotifyArbitratorPermissionGranted(
void SendGeolocationPermissionResponse(
const GURL& requesting_frame, int render_process_id, int render_view_id,
int bridge_id, bool allowed) {
- RenderViewHostImpl* r = RenderViewHostImpl::FromID(
+ content::RenderViewHostImpl* r = content::RenderViewHostImpl::FromID(
jam 2012/03/05 23:59:28 ditto
Jói 2012/03/06 16:38:55 Done.
render_process_id, render_view_id);
if (!r)
return;

Powered by Google App Engine
This is Rietveld 408576698