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

Unified Diff: chrome/browser/notifications/notification.h

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/notification.h
diff --git a/chrome/browser/notifications/notification.h b/chrome/browser/notifications/notification.h
index 94850a1e13cd018760d6451d8e33d48b547c73f2..30c2be231cae8847d91da7f6cde29d0b4f3e305e 100644
--- a/chrome/browser/notifications/notification.h
+++ b/chrome/browser/notifications/notification.h
@@ -37,7 +37,7 @@ class Notification : public message_center::Notification {
const GURL& icon_url,
const string16& title,
const string16& body,
- WebKit::WebTextDirection dir,
+ blink::WebTextDirection dir,
const string16& display_source,
const string16& replace_id,
NotificationDelegate* delegate);
@@ -48,7 +48,7 @@ class Notification : public message_center::Notification {
const gfx::Image& icon,
const string16& title,
const string16& body,
- WebKit::WebTextDirection dir,
+ blink::WebTextDirection dir,
const string16& display_source,
const string16& replace_id,
NotificationDelegate* delegate);
@@ -59,7 +59,7 @@ class Notification : public message_center::Notification {
const string16& title,
const string16& body,
const gfx::Image& icon,
- WebKit::WebTextDirection dir,
+ blink::WebTextDirection dir,
const message_center::NotifierId& notifier_id,
const string16& display_source,
const string16& replace_id,
« no previous file with comments | « chrome/browser/notifications/message_center_notifications_browsertest.cc ('k') | chrome/browser/notifications/notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698