| 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|
|
|
|