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

Unified Diff: chrome/browser/ui/views/message_center/web_notification_tray_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
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/panels/panel_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc
index ee26ec7b3cfde2070abfedabfafc19a1ed020a61..e1bebd9feee3c68983c47fef25f23cd6ee031007 100644
--- a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc
+++ b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc
@@ -66,7 +66,7 @@ class WebNotificationTrayTest : public InProcessBrowserTest {
GURL(),
ASCIIToUTF16("Test Web Notification"),
ASCIIToUTF16("Notification message body."),
- WebKit::WebTextDirectionDefault,
+ blink::WebTextDirectionDefault,
string16(),
ASCIIToUTF16(replace_id),
new TestNotificationDelegate(id));
@@ -81,7 +81,7 @@ class WebNotificationTrayTest : public InProcessBrowserTest {
GURL(""),
ASCIIToUTF16("Updated Web Notification"),
ASCIIToUTF16("Updated message body."),
- WebKit::WebTextDirectionDefault,
+ blink::WebTextDirectionDefault,
string16(),
ASCIIToUTF16(replace_id),
new TestNotificationDelegate(new_id));
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/panels/panel_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698