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

Unified Diff: Source/web/WebTestingSupport.cpp

Issue 232133004: Split WebLocalFrame into a distinct subclass of WebFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/web/WebTestingSupport.cpp
diff --git a/Source/web/WebTestingSupport.cpp b/Source/web/WebTestingSupport.cpp
index 9cf3af49295033f88964d86af0366b0e7826dd84..8269294376b6642d43385888e877a5aa6b7d38db 100644
--- a/Source/web/WebTestingSupport.cpp
+++ b/Source/web/WebTestingSupport.cpp
@@ -27,7 +27,7 @@
#include "WebTestingSupport.h"
#include "WebCoreTestSupport.h"
-#include "WebFrame.h"
+#include "WebLocalFrame.h"
#include <v8/include/v8.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698