Index: chrome/browser/extensions/extension_webrequest_api.h |
=================================================================== |
--- chrome/browser/extensions/extension_webrequest_api.h (revision 110571) |
+++ chrome/browser/extensions/extension_webrequest_api.h (working copy) |
@@ -26,13 +26,16 @@ |
class ExtensionInfoMap; |
class ExtensionWebRequestTimeTracker; |
class GURL; |
-class RenderProcessHost; |
namespace base { |
class DictionaryValue; |
class ListValue; |
} |
+namespace content { |
+class RenderProcessHost; |
+} |
+ |
namespace net { |
class AuthCredentials; |
class AuthChallengeInfo; |
@@ -366,6 +369,6 @@ |
// Send updates to |host| with information about what webRequest-related |
// extensions are installed. |
// TODO(mpcomplete): remove. http://crbug.com/100411 |
-void SendExtensionWebRequestStatusToHost(RenderProcessHost* host); |
+void SendExtensionWebRequestStatusToHost(content::RenderProcessHost* host); |
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_WEBREQUEST_API_H_ |