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

Unified Diff: chrome/browser/apps/web_view_browsertest.cc

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/apps/web_view_browsertest.cc
diff --git a/chrome/browser/apps/web_view_browsertest.cc b/chrome/browser/apps/web_view_browsertest.cc
index e13a338c6a1e42a641d0508bb22d0403c9c1212a..70433db29d16ddbd7c92d2b0bb6a5b908ad78361 100644
--- a/chrome/browser/apps/web_view_browsertest.cc
+++ b/chrome/browser/apps/web_view_browsertest.cc
@@ -1592,7 +1592,7 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, SpeechRecognition) {
// Click on the guest (center of the WebContents), the guest is rendered in a
// way that this will trigger clicking on speech recognition input mic.
- SimulateMouseClick(guest_web_contents, 0, WebKit::WebMouseEvent::ButtonLeft);
+ SimulateMouseClick(guest_web_contents, 0, blink::WebMouseEvent::ButtonLeft);
string16 expected_title(ASCIIToUTF16("PASSED"));
string16 error_title(ASCIIToUTF16("FAILED"));

Powered by Google App Engine
This is Rietveld 408576698