Index: components/html_viewer/ax_provider_impl_unittest.cc |
diff --git a/mojo/services/html_viewer/ax_provider_impl_unittest.cc b/components/html_viewer/ax_provider_impl_unittest.cc |
similarity index 98% |
rename from mojo/services/html_viewer/ax_provider_impl_unittest.cc |
rename to components/html_viewer/ax_provider_impl_unittest.cc |
index ec627cfbbc4fb3f68562b7d10901fefd2c3e2b69..f8688d3752f5f507135bc9028d76d7112e01b267 100644 |
--- a/mojo/services/html_viewer/ax_provider_impl_unittest.cc |
+++ b/components/html_viewer/ax_provider_impl_unittest.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/services/html_viewer/ax_provider_impl.h" |
+#include "components/html_viewer/ax_provider_impl.h" |
#include "base/bind.h" |
#include "base/message_loop/message_loop.h" |
+#include "components/html_viewer/blink_platform_impl.h" |
#include "gin/v8_initializer.h" |
-#include "mojo/services/html_viewer/blink_platform_impl.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/WebKit/public/platform/WebData.h" |
#include "third_party/WebKit/public/platform/WebURL.h" |