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

Unified Diff: chrome/browser/automation/automation_provider_json.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_provider_json.h
diff --git a/chrome/browser/automation/automation_provider_json.h b/chrome/browser/automation/automation_provider_json.h
index 10e90779649f7fd1d47b006821bbf5467959cb73..d2ced1bd106b07f191442cab3d271cc6ca65a144 100644
--- a/chrome/browser/automation/automation_provider_json.h
+++ b/chrome/browser/automation/automation_provider_json.h
@@ -18,7 +18,6 @@ class AutomationProvider;
class Browser;
class Extension;
class Profile;
-class RenderViewHost;
namespace base {
class DictionaryValue;
@@ -26,6 +25,7 @@ class Value;
}
namespace content {
+class RenderViewHost;
class WebContents;
}
@@ -103,7 +103,7 @@ bool GetAutomationIdFromJSONArgs(
bool GetRenderViewFromJSONArgs(
base::DictionaryValue* args,
Profile* profile,
- RenderViewHost** rvh,
+ content::RenderViewHost** rvh,
std::string* error) WARN_UNUSED_RESULT;
// Gets the extension specified by the given dictionary |args|. |args|
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/automation/automation_provider_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698