| Index: components/html_viewer/web_thread_impl.h
|
| diff --git a/mojo/services/html_viewer/web_thread_impl.h b/components/html_viewer/web_thread_impl.h
|
| similarity index 91%
|
| rename from mojo/services/html_viewer/web_thread_impl.h
|
| rename to components/html_viewer/web_thread_impl.h
|
| index 51bcdd26bbc8a2c85083a1efbc037677db45d439..b9fc80440464c7da38aedee1392811249fe3c968 100644
|
| --- a/mojo/services/html_viewer/web_thread_impl.h
|
| +++ b/components/html_viewer/web_thread_impl.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SERVICES_HTML_VIEWER_WEB_THREAD_IMPL_H_
|
| -#define MOJO_SERVICES_HTML_VIEWER_WEB_THREAD_IMPL_H_
|
| +#ifndef COMPONENTS_HTML_VIEWER_WEB_THREAD_IMPL_H_
|
| +#define COMPONENTS_HTML_VIEWER_WEB_THREAD_IMPL_H_
|
|
|
| #include <map>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/thread.h"
|
| -#include "mojo/services/html_viewer/web_scheduler_impl.h"
|
| +#include "components/html_viewer/web_scheduler_impl.h"
|
| #include "third_party/WebKit/public/platform/WebThread.h"
|
|
|
| namespace html_viewer {
|
| @@ -85,4 +85,4 @@ class WebThreadImplForMessageLoop : public WebThreadBase {
|
|
|
| } // namespace html_viewer
|
|
|
| -#endif // MOJO_SERVICES_HTML_VIEWER_WEB_THREAD_IMPL_H_
|
| +#endif // COMPONENTS_HTML_VIEWER_WEB_THREAD_IMPL_H_
|
|
|