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

Unified Diff: chrome/browser/history/redirect_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/history/redirect_browsertest.cc
diff --git a/chrome/browser/history/redirect_browsertest.cc b/chrome/browser/history/redirect_browsertest.cc
index 100eb88d065cfe03e2f3a9715427043cda97c468..a4c2dabb426ef73d09710e68c438e61feefb5263 100644
--- a/chrome/browser/history/redirect_browsertest.cc
+++ b/chrome/browser/history/redirect_browsertest.cc
@@ -169,7 +169,7 @@ IN_PROC_BROWSER_TEST_F(RedirectTest, ClientCancelled) {
// as client redirect and the redirect will be recoreded, which can cause
// this test failed.
content::SimulateMouseClick(web_contents, 0,
- WebKit::WebMouseEvent::ButtonLeft);
+ blink::WebMouseEvent::ButtonLeft);
navigation_observer.Wait();
std::vector<GURL> redirects = GetRedirects(first_url);
« no previous file with comments | « chrome/browser/history/history_browsertest.cc ('k') | chrome/browser/local_discovery/privet_notifications.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698