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

Unified Diff: webkit/glue/cpp_bound_class_unittest.cc

Issue 164225: Switch to WebFrame from the WebKit API.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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
« no previous file with comments | « webkit/glue/cpp_bound_class.cc ('k') | webkit/glue/devtools/devtools_rpc_js.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/cpp_bound_class_unittest.cc
===================================================================
--- webkit/glue/cpp_bound_class_unittest.cc (revision 22886)
+++ webkit/glue/cpp_bound_class_unittest.cc (working copy)
@@ -10,13 +10,15 @@
#include "base/message_loop.h"
#include "webkit/api/public/WebData.h"
+#include "webkit/api/public/WebFrame.h"
#include "webkit/api/public/WebURL.h"
#include "webkit/glue/cpp_binding_example.h"
#include "webkit/glue/webkit_glue.h"
-#include "webkit/glue/webframe.h"
#include "webkit/glue/webview.h"
#include "webkit/tools/test_shell/test_shell_test.h"
+using WebKit::WebFrame;
+
namespace {
class CppBindingExampleSubObject : public CppBindingExample {
@@ -102,7 +104,7 @@
html.append(javascript);
html.append("</script></body></html>");
// The base URL doesn't matter.
- webframe_->LoadHTMLString(html, GURL("about:blank"));
+ webframe_->loadHTMLString(html, GURL("about:blank"));
test_shell_->WaitTestFinished();
}
« no previous file with comments | « webkit/glue/cpp_bound_class.cc ('k') | webkit/glue/devtools/devtools_rpc_js.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698