| Index: components/html_viewer/html_viewer.cc
|
| diff --git a/mojo/services/html_viewer/html_viewer.cc b/components/html_viewer/html_viewer.cc
|
| similarity index 97%
|
| rename from mojo/services/html_viewer/html_viewer.cc
|
| rename to components/html_viewer/html_viewer.cc
|
| index 3e6f6269152033367503b62331d70cf1443b980b..d71d04355d7b965a547ae64c8d3ceecae647b2f2 100644
|
| --- a/mojo/services/html_viewer/html_viewer.cc
|
| +++ b/components/html_viewer/html_viewer.cc
|
| @@ -10,12 +10,12 @@
|
| #include "base/path_service.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/threading/thread.h"
|
| +#include "components/html_viewer/blink_platform_impl.h"
|
| +#include "components/html_viewer/discardable_memory_allocator.h"
|
| +#include "components/html_viewer/html_document.h"
|
| +#include "components/html_viewer/web_media_player_factory.h"
|
| #include "gin/v8_initializer.h"
|
| #include "mojo/application/application_runner_chromium.h"
|
| -#include "mojo/services/html_viewer/blink_platform_impl.h"
|
| -#include "mojo/services/html_viewer/discardable_memory_allocator.h"
|
| -#include "mojo/services/html_viewer/html_document.h"
|
| -#include "mojo/services/html_viewer/web_media_player_factory.h"
|
| #include "mojo/services/network/public/interfaces/network_service.mojom.h"
|
| #include "third_party/WebKit/public/web/WebKit.h"
|
| #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
|
|
|