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

Unified Diff: content/public/common/show_desktop_notification_params.cc

Issue 63253002: Rename WebKit namespace to blink (part 3) (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: content/public/common/show_desktop_notification_params.cc
diff --git a/content/public/common/show_desktop_notification_params.cc b/content/public/common/show_desktop_notification_params.cc
index b7e35a6624d5e614442799bfecb3973b1ff6d10a..667e558e8eac9ac10f8cd5fa3f2be41d1502fa73 100644
--- a/content/public/common/show_desktop_notification_params.cc
+++ b/content/public/common/show_desktop_notification_params.cc
@@ -7,7 +7,7 @@
namespace content {
ShowDesktopNotificationHostMsgParams::ShowDesktopNotificationHostMsgParams()
- : is_html(false), direction(WebKit::WebTextDirectionDefault),
+ : is_html(false), direction(blink::WebTextDirectionDefault),
notification_id(0) {
}
« no previous file with comments | « content/public/common/show_desktop_notification_params.h ('k') | content/public/common/window_container_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698