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

Unified Diff: Source/core/testing/PrivateScriptTestTest.cpp

Issue 1013413002: [bindings] Refactor ScriptStateForTesting, V8TestingScope into V8BindingForTesting.h/cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Combined all testing files into one! Created 5 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: Source/core/testing/PrivateScriptTestTest.cpp
diff --git a/Source/core/testing/PrivateScriptTestTest.cpp b/Source/core/testing/PrivateScriptTestTest.cpp
index 1050e34f9534c8d2dfc9bed537ded44deea16c52..9a51da7d3433e28ec46caed85f1e37a74eff208b 100644
--- a/Source/core/testing/PrivateScriptTestTest.cpp
+++ b/Source/core/testing/PrivateScriptTestTest.cpp
@@ -7,8 +7,8 @@
#include "bindings/core/v8/PrivateScriptRunner.h"
#include "bindings/core/v8/V8Binding.h"
+#include "bindings/core/v8/V8BindingForTesting.h"
#include "bindings/core/v8/V8PrivateScriptTest.h"
-#include "bindings/core/v8/V8TestingScope.h"
#include "core/testing/DummyPageHolder.h"
#include <gtest/gtest.h>

Powered by Google App Engine
This is Rietveld 408576698