| Index: components/html_viewer/ax_provider_impl.h
|
| diff --git a/mojo/services/html_viewer/ax_provider_impl.h b/components/html_viewer/ax_provider_impl.h
|
| similarity index 87%
|
| rename from mojo/services/html_viewer/ax_provider_impl.h
|
| rename to components/html_viewer/ax_provider_impl.h
|
| index ec6c8de5b2cea2f8fe1ea1c59aa5934e8bf0c316..cea1d45c8be3d0651826e8c545ab02fa307ef3c7 100644
|
| --- a/mojo/services/html_viewer/ax_provider_impl.h
|
| +++ b/components/html_viewer/ax_provider_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_AX_PROVIDER_IMPL_H_
|
| -#define MOJO_SERVICES_HTML_VIEWER_AX_PROVIDER_IMPL_H_
|
| +#ifndef COMPONENTS_HTML_VIEWER_AX_PROVIDER_IMPL_H_
|
| +#define COMPONENTS_HTML_VIEWER_AX_PROVIDER_IMPL_H_
|
|
|
| #include "third_party/mojo/src/mojo/public/cpp/bindings/interface_impl.h"
|
| #include "third_party/mojo_services/src/accessibility/public/interfaces/accessibility.mojom.h"
|
| @@ -36,4 +36,4 @@ class AxProviderImpl : public mojo::InterfaceImpl<mojo::AxProvider> {
|
|
|
| } // namespace html_viewer
|
|
|
| -#endif // MOJO_SERVICES_HTML_VIEWER_AX_PROVIDER_IMPL_H_
|
| +#endif // COMPONENTS_HTML_VIEWER_AX_PROVIDER_IMPL_H_
|
|
|