| Index: components/html_viewer/web_message_port_channel_impl.h
|
| diff --git a/mojo/services/html_viewer/web_message_port_channel_impl.h b/components/html_viewer/web_message_port_channel_impl.h
|
| similarity index 87%
|
| rename from mojo/services/html_viewer/web_message_port_channel_impl.h
|
| rename to components/html_viewer/web_message_port_channel_impl.h
|
| index 0336dcc72bdf32b329dc64ff0bef585c4a0084e0..8c723bc927a8670a2232d9a83272241167eb4407 100644
|
| --- a/mojo/services/html_viewer/web_message_port_channel_impl.h
|
| +++ b/components/html_viewer/web_message_port_channel_impl.h
|
| @@ -2,8 +2,8 @@
|
| // 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_MESSAGE_PORT_CHANNEL_IMPL_H_
|
| -#define MOJO_SERVICES_HTML_VIEWER_WEB_MESSAGE_PORT_CHANNEL_IMPL_H_
|
| +#ifndef COMPONENTS_HTML_VIEWER_WEB_MESSAGE_PORT_CHANNEL_IMPL_H_
|
| +#define COMPONENTS_HTML_VIEWER_WEB_MESSAGE_PORT_CHANNEL_IMPL_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "mojo/common/handle_watcher.h"
|
| @@ -42,4 +42,4 @@ class WebMessagePortChannelImpl : public blink::WebMessagePortChannel {
|
|
|
| } // namespace html_viewer
|
|
|
| -#endif // MOJO_SERVICES_HTML_VIEWER_WEB_MESSAGE_PORT_CHANNEL_IMPL_H_
|
| +#endif // COMPONENTS_HTML_VIEWER_WEB_MESSAGE_PORT_CHANNEL_IMPL_H_
|
|
|