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

Unified Diff: chrome/browser/notifications/notification.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/notification.cc
diff --git a/chrome/browser/notifications/notification.cc b/chrome/browser/notifications/notification.cc
index 498ce1dec481f616bbc057086d933aaad1afa41f..0a64664b9e4a4657895f52b825f1f136e2b6291a 100644
--- a/chrome/browser/notifications/notification.cc
+++ b/chrome/browser/notifications/notification.cc
@@ -33,7 +33,7 @@ Notification::Notification(const GURL& origin_url,
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)
@@ -62,7 +62,7 @@ Notification::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,
@@ -97,7 +97,7 @@ Notification::Notification(const GURL& origin_url,
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)
« no previous file with comments | « chrome/browser/notifications/notification.h ('k') | chrome/browser/notifications/sync_notifier/synced_notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698