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

Unified Diff: extensions/renderer/module_system_test.h

Issue 2586303002: [Extensions Bindings] Pull out test resources (Closed)
Patch Set: comment Created 4 years 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/BUILD.gn ('k') | extensions/renderer/module_system_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/module_system_test.h
diff --git a/extensions/renderer/module_system_test.h b/extensions/renderer/module_system_test.h
index 495048e472fc744bcdf8bca652ced042d08e336d..1cfbb7c46fc116eb82db1d8e4f444edd315d6858 100644
--- a/extensions/renderer/module_system_test.h
+++ b/extensions/renderer/module_system_test.h
@@ -13,11 +13,11 @@
#include "v8/include/v8.h"
namespace extensions {
+class StringSourceMap;
class ModuleSystemTestEnvironment {
public:
class AssertNatives;
- class StringSourceMap;
explicit ModuleSystemTestEnvironment(v8::Isolate* isolate);
~ModuleSystemTestEnvironment();
« no previous file with comments | « extensions/renderer/BUILD.gn ('k') | extensions/renderer/module_system_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698