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

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

Issue 23583043: Fix linking problem on Windows with ENABLE_LEGACY_NOTIFICATIONS disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: style fixup Created 7 years, 3 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 | « no previous file | Source/modules/notifications/NotificationCenter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/NotificationCenter.h
diff --git a/Source/modules/notifications/NotificationCenter.h b/Source/modules/notifications/NotificationCenter.h
index 11694dd9234c8277866285b35544855e561658fc..7b081b04021e03988adfa559e7ec4bb0060bf33d 100644
--- a/Source/modules/notifications/NotificationCenter.h
+++ b/Source/modules/notifications/NotificationCenter.h
@@ -32,6 +32,8 @@
#ifndef NotificationCenter_h
#define NotificationCenter_h
+#if ENABLE(LEGACY_NOTIFICATIONS)
+
#include "bindings/v8/ExceptionState.h"
#include "bindings/v8/ScriptWrappable.h"
#include "core/dom/ExceptionCode.h"
@@ -98,4 +100,6 @@ private:
} // namespace WebCore
+#endif // ENABLE(LEGACY_NOTIFICATIONS)
+
#endif // NotificationCenter_h
« no previous file with comments | « no previous file | Source/modules/notifications/NotificationCenter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698