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

Unified Diff: Source/modules/push_messaging/NavigatorPushManager.h

Issue 219753004: Oilpan: Build fix after r170454 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
Index: Source/modules/push_messaging/NavigatorPushManager.h
diff --git a/Source/modules/push_messaging/NavigatorPushManager.h b/Source/modules/push_messaging/NavigatorPushManager.h
index 0759df3f1d645efe2415e98fdf955c4aab778158..25fb85d817543fdfed04f53bdf7bb0630cf07637 100644
--- a/Source/modules/push_messaging/NavigatorPushManager.h
+++ b/Source/modules/push_messaging/NavigatorPushManager.h
@@ -14,7 +14,7 @@ class Navigator;
class PushManager;
class NavigatorPushManager FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorPushManager>, public WillBeHeapSupplement<Navigator> {
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorGeolocation);
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorPushManager);
public:
virtual ~NavigatorPushManager();
static NavigatorPushManager& from(Navigator&);
« no previous file with comments | « no previous file | Source/modules/push_messaging/PushManager.h » ('j') | Source/modules/push_messaging/PushManager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698