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

Unified Diff: extensions/renderer/script_injector.h

Issue 2535713004: extensions: Cleanup class/struct fwd declarations (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « extensions/renderer/script_injection_manager.h ('k') | extensions/renderer/v8_context_native_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/script_injector.h
diff --git a/extensions/renderer/script_injector.h b/extensions/renderer/script_injector.h
index 38c072de206c4bbe7e9807eac40845d1b4b4420e..cc0362480e46c2af8ea61bcbb64a5af836953099 100644
--- a/extensions/renderer/script_injector.h
+++ b/extensions/renderer/script_injector.h
@@ -12,7 +12,6 @@
#include "extensions/common/user_script.h"
#include "third_party/WebKit/public/web/WebScriptSource.h"
-class GURL;
class InjectionHost;
namespace blink {
@@ -20,7 +19,6 @@ class WebLocalFrame;
}
namespace extensions {
-struct ScriptsRunInfo;
// The pseudo-delegate class for a ScriptInjection that provides all necessary
// information about how to inject the script, including what code to inject,
« no previous file with comments | « extensions/renderer/script_injection_manager.h ('k') | extensions/renderer/v8_context_native_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698