Oilpan: fix build after r202625.
[chromium-blink-merge.git] / third_party / WebKit / Source / core / frame / LocalFrameLifecycleNotifier.h
blobe2a18cd0cde73bc03f1f6434cf9cc43b4131c9cf
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef LocalFrameLifecycleNotifier_h
6 #define LocalFrameLifecycleNotifier_h
8 #include "core/CoreExport.h"
9 #include "platform/LifecycleNotifier.h"
10 #include "wtf/Forward.h"
12 namespace blink {
14 class LocalFrameLifecycleObserver;
15 class LocalFrame;
17 class CORE_EXPORT LocalFrameLifecycleNotifier : public LifecycleNotifier<LocalFrame, LocalFrameLifecycleObserver> {
18 public:
19 void notifyWillDetachFrameHost();
22 } // namespace blink
24 #endif // LocalFrameLifecycleNotifier_h