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

Unified Diff: sky/engine/core/html/imports/HTMLImportLoader.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
Index: sky/engine/core/html/imports/HTMLImportLoader.h
diff --git a/sky/engine/core/html/imports/HTMLImportLoader.h b/sky/engine/core/html/imports/HTMLImportLoader.h
index 49f464dd0dcaa7b52d834d11a24cdb6cfe627b86..a799a6027e1c8f06b7590d5ceeee9b422f086661 100644
--- a/sky/engine/core/html/imports/HTMLImportLoader.h
+++ b/sky/engine/core/html/imports/HTMLImportLoader.h
@@ -45,8 +45,7 @@ class Document;
class HTMLImportChild;
class HTMLImportsController;
-class HTMLImportLoader final : public DummyBase<HTMLImportLoader>,
- public MojoFetcher::Client {
+class HTMLImportLoader final : public MojoFetcher::Client {
public:
enum State {
StateLoading,
« no previous file with comments | « sky/engine/core/html/imports/HTMLImportChildClient.h ('k') | sky/engine/core/html/imports/HTMLImportsController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698