| Index: mojo/services/html_viewer/html_document.cc
|
| diff --git a/mojo/services/html_viewer/html_document.cc b/mojo/services/html_viewer/html_document.cc
|
| index ccb6ee7d68090feba0ce0126c655663375b7c18e..de59a9ab083ba93b24d8031c63ff0cf3028e5e9c 100644
|
| --- a/mojo/services/html_viewer/html_document.cc
|
| +++ b/mojo/services/html_viewer/html_document.cc
|
| @@ -20,8 +20,6 @@
|
| #include "mojo/services/html_viewer/webmediaplayer_factory.h"
|
| #include "mojo/services/html_viewer/webstoragenamespace_impl.h"
|
| #include "mojo/services/html_viewer/weburlloader_impl.h"
|
| -#include "mojo/services/surfaces/public/interfaces/surfaces_service.mojom.h"
|
| -#include "mojo/services/view_manager/public/cpp/view.h"
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/WebKit/public/platform/Platform.h"
|
| #include "third_party/WebKit/public/platform/WebHTTPHeaderVisitor.h"
|
| @@ -37,6 +35,8 @@
|
| #include "third_party/mojo/src/mojo/public/cpp/application/connect.h"
|
| #include "third_party/mojo/src/mojo/public/cpp/system/data_pipe.h"
|
| #include "third_party/mojo/src/mojo/public/interfaces/application/shell.mojom.h"
|
| +#include "third_party/mojo_services/src/surfaces/public/interfaces/surfaces_service.mojom.h"
|
| +#include "third_party/mojo_services/src/view_manager/public/cpp/view.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"
|
|
|