Index: content/browser/plugin_browsertest.cc |
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc |
index 11c3fae3b55b6435e3053dc48e92123c5ced348e..6174acf08af5699a3eabea562c840fd024b4ea66 100644 |
--- a/content/browser/plugin_browsertest.cc |
+++ b/content/browser/plugin_browsertest.cc |
@@ -168,7 +168,7 @@ IN_PROC_BROWSER_TEST_F(PluginTest, |
TitleWatcher title_watcher(shell()->web_contents(), expected_title); |
title_watcher.AlsoWaitForTitle(ASCIIToUTF16("FAIL")); |
SimulateMouseClick(shell()->web_contents(), 0, |
- WebKit::WebMouseEvent::ButtonLeft); |
+ blink::WebMouseEvent::ButtonLeft); |
EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle()); |
} |
#endif |