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

Unified Diff: chrome/browser/automation/automation_util.h

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/automation/automation_util.h
diff --git a/chrome/browser/automation/automation_util.h b/chrome/browser/automation/automation_util.h
index 164bb2f95404a6a9cbb81ee97a46444ac8b0bb2e..3ebd640c15c059bd3fbd25c035bec84e8f826b02 100644
--- a/chrome/browser/automation/automation_util.h
+++ b/chrome/browser/automation/automation_util.h
@@ -17,10 +17,10 @@ class Extension;
class ExtensionHost;
class GURL;
class Profile;
-class RenderViewHost;
class TabContentsWrapper;
namespace content {
+class RenderViewHost;
class WebContents;
}
@@ -104,7 +104,7 @@ bool GetTabForId(const AutomationId& id, content::WebContents** tab);
// Gets the render view for the given ID. Returns true on success.
bool GetRenderViewForId(const AutomationId& id,
Profile* profile,
- RenderViewHost** rvh);
+ content::RenderViewHost** rvh);
// Gets the extension for the given ID. Returns true on success.
bool GetExtensionForId(const AutomationId& id,
« no previous file with comments | « chrome/browser/automation/automation_tab_helper_browsertest.cc ('k') | chrome/browser/automation/automation_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698