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

Unified Diff: sky/engine/core/frame/FrameConsole.h

Issue 709203002: Remove more oilpan. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/frame/Frame.h ('k') | sky/engine/core/frame/FrameHost.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/FrameConsole.h
diff --git a/sky/engine/core/frame/FrameConsole.h b/sky/engine/core/frame/FrameConsole.h
index 3bb2a2be91750d05559b3d1976324eebd401f214..b2d9d4e2d46fbd9e828b576a5f0bba4546ba6cac 100644
--- a/sky/engine/core/frame/FrameConsole.h
+++ b/sky/engine/core/frame/FrameConsole.h
@@ -46,7 +46,7 @@ class ScriptCallStack;
// FrameConsole takes per-frame console messages and routes them up through the FrameHost to the ChromeClient and Inspector.
// It's meant as an abstraction around ChromeClient calls and the way that Blink core/ can add messages to the console.
-class FrameConsole final : public DummyBase<FrameConsole> {
+class FrameConsole final {
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(FrameConsole);
public:
static PassOwnPtr<FrameConsole> create(LocalFrame& frame)
« no previous file with comments | « sky/engine/core/frame/Frame.h ('k') | sky/engine/core/frame/FrameHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698