Index: components/html_viewer/html_frame.cc |
diff --git a/components/html_viewer/html_frame.cc b/components/html_viewer/html_frame.cc |
index 17cfb34e71f9d74814adc17272eee6dad80c5db0..d2fa9d474c1f2590a65f4d38bd52ddd03bbd9093 100644 |
--- a/components/html_viewer/html_frame.cc |
+++ b/components/html_viewer/html_frame.cc |
@@ -43,6 +43,7 @@ |
#include "mojo/application/public/interfaces/shell.mojom.h" |
#include "mojo/common/common_type_converters.h" |
#include "mojo/converters/geometry/geometry_type_converters.h" |
+#include "mojo/public/cpp/system/data_pipe.h" |
#include "skia/ext/refptr.h" |
#include "third_party/WebKit/public/platform/Platform.h" |
#include "third_party/WebKit/public/platform/WebHTTPHeaderVisitor.h" |
@@ -61,7 +62,6 @@ |
#include "third_party/WebKit/public/web/WebRemoteFrameClient.h" |
#include "third_party/WebKit/public/web/WebScriptSource.h" |
#include "third_party/WebKit/public/web/WebView.h" |
-#include "third_party/mojo/src/mojo/public/cpp/system/data_pipe.h" |
#include "third_party/skia/include/core/SkCanvas.h" |
#include "third_party/skia/include/core/SkColor.h" |
#include "third_party/skia/include/core/SkDevice.h" |