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

Unified Diff: sky/engine/core/html/imports/HTMLImportLoader.h

Issue 811873003: Move Sky's DataPipeDrainer to mojo/common (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « mojo/common/data_pipe_drainer.cc ('k') | sky/engine/core/html/parser/BackgroundHTMLParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 921b46d7c9ae701a2354907017e8f481dee1332f..ddfc2aaa338820c4b70feb81f7ba6179a604b24f 100644
--- a/sky/engine/core/html/imports/HTMLImportLoader.h
+++ b/sky/engine/core/html/imports/HTMLImportLoader.h
@@ -31,7 +31,7 @@
#ifndef SKY_ENGINE_CORE_HTML_IMPORTS_HTMLIMPORTLOADER_H_
#define SKY_ENGINE_CORE_HTML_IMPORTS_HTMLIMPORTLOADER_H_
-#include "sky/engine/platform/fetcher/DataPipeDrainer.h"
+#include "mojo/common/data_pipe_drainer.h"
jimbe 2014/12/17 18:08:17 Can this include file just be removed? The class i
#include "sky/engine/platform/fetcher/MojoFetcher.h"
#include "sky/engine/platform/heap/Handle.h"
#include "sky/engine/wtf/OwnPtr.h"
« no previous file with comments | « mojo/common/data_pipe_drainer.cc ('k') | sky/engine/core/html/parser/BackgroundHTMLParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698