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

Unified Diff: Source/modules/notifications/NotificationData.h

Issue 1321453007: Some random Web Notification cleanups (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typo fix Created 5 years, 4 months 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 | « Source/modules/notifications/Notification.cpp ('k') | Source/modules/notifications/NotificationEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/NotificationData.h
diff --git a/Source/modules/notifications/NotificationData.h b/Source/modules/notifications/NotificationData.h
index 9821418b82d54b9f99fcf7fe62039e6ad26efe77..09b3a66baca5a38d613df9318e0e7b0d30f32801 100644
--- a/Source/modules/notifications/NotificationData.h
+++ b/Source/modules/notifications/NotificationData.h
@@ -7,7 +7,10 @@
#include "modules/ModulesExport.h"
#include "public/platform/modules/notifications/WebNotificationData.h"
-#include "wtf/text/WTFString.h"
+
+namespace WTF {
+class String;
+}
namespace blink {
« no previous file with comments | « Source/modules/notifications/Notification.cpp ('k') | Source/modules/notifications/NotificationEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698