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

Unified Diff: Source/modules/storage/StorageArea.h

Issue 1026253002: Rename FrameDestructionObserver to LocalFrameLifecycleObserver. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 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/storage/StorageArea.h
diff --git a/Source/modules/storage/StorageArea.h b/Source/modules/storage/StorageArea.h
index 4a76eb187707e03b2132cfcdd0166020f1276311..fe6624a16d0d839fdd23573aa23b806e834a0616 100644
--- a/Source/modules/storage/StorageArea.h
+++ b/Source/modules/storage/StorageArea.h
@@ -26,7 +26,7 @@
#ifndef StorageArea_h
#define StorageArea_h
-#include "core/frame/FrameDestructionObserver.h"
+#include "core/frame/LocalFrameLifecycleObserver.h"
#include "platform/heap/Handle.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
@@ -47,7 +47,7 @@ enum StorageType {
SessionStorage
};
-class StorageArea final : public NoBaseWillBeGarbageCollectedFinalized<StorageArea>, public FrameDestructionObserver {
+class StorageArea final : public NoBaseWillBeGarbageCollectedFinalized<StorageArea>, public LocalFrameLifecycleObserver {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(StorageArea);
public:
static PassOwnPtrWillBeRawPtr<StorageArea> create(PassOwnPtr<WebStorageArea>, StorageType);
« no previous file with comments | « Source/modules/screen_orientation/ScreenOrientationController.cpp ('k') | Source/modules/storage/StorageArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698