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

Unified Diff: chrome/browser/notifications/message_center_notifications_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/notifications/message_center_notifications_browsertest.cc
diff --git a/chrome/browser/notifications/message_center_notifications_browsertest.cc b/chrome/browser/notifications/message_center_notifications_browsertest.cc
index ce1d0bc2349e3a6aeca8340b69b98a2a9f6bb711..96eec5f6e619173f705fddfc18142aae13041264 100644
--- a/chrome/browser/notifications/message_center_notifications_browsertest.cc
+++ b/chrome/browser/notifications/message_center_notifications_browsertest.cc
@@ -119,7 +119,7 @@ class MessageCenterNotificationsTest : public InProcessBrowserTest {
GURL(),
ASCIIToUTF16("title"),
ASCIIToUTF16("message"),
- WebKit::WebTextDirectionDefault,
+ blink::WebTextDirectionDefault,
UTF8ToUTF16("chrome-test://testing/"),
UTF8ToUTF16("REPLACE-ME"),
new_delegate);
@@ -140,7 +140,7 @@ class MessageCenterNotificationsTest : public InProcessBrowserTest {
ASCIIToUTF16("title"),
ASCIIToUTF16("message"),
gfx::Image(),
- WebKit::WebTextDirectionDefault,
+ blink::WebTextDirectionDefault,
message_center::NotifierId(
message_center::NotifierId::APPLICATION,
"extension_id"),
« no previous file with comments | « chrome/browser/notifications/desktop_notifications_unittest.cc ('k') | chrome/browser/notifications/notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698