Index: services/shell/public/cpp/application_test_base.h |
diff --git a/mojo/shell/public/cpp/application_test_base.h b/services/shell/public/cpp/application_test_base.h |
similarity index 87% |
rename from mojo/shell/public/cpp/application_test_base.h |
rename to services/shell/public/cpp/application_test_base.h |
index 54d073ad62276c10489d2a0ce435e667d3613923..232457ac8aa2e76732dfd61b4d908a46fd36c484 100644 |
--- a/mojo/shell/public/cpp/application_test_base.h |
+++ b/services/shell/public/cpp/application_test_base.h |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MOJO_SHELL_PUBLIC_CPP_APPLICATION_TEST_BASE_H_ |
-#define MOJO_SHELL_PUBLIC_CPP_APPLICATION_TEST_BASE_H_ |
+#ifndef SERVICES_SHELL_PUBLIC_CPP_APPLICATION_TEST_BASE_H_ |
+#define SERVICES_SHELL_PUBLIC_CPP_APPLICATION_TEST_BASE_H_ |
#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "mojo/public/cpp/bindings/array.h" |
#include "mojo/public/cpp/bindings/string.h" |
-#include "mojo/shell/public/cpp/connector.h" |
-#include "mojo/shell/public/cpp/shell_client.h" |
-#include "mojo/shell/public/cpp/shell_connection.h" |
-#include "mojo/shell/public/interfaces/shell_client.mojom.h" |
+#include "services/shell/public/cpp/connector.h" |
+#include "services/shell/public/cpp/shell_client.h" |
+#include "services/shell/public/cpp/shell_connection.h" |
+#include "services/shell/public/interfaces/shell_client.mojom.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace mojo { |
@@ -97,4 +97,4 @@ class ApplicationTestBase : public testing::Test { |
} // namespace mojo |
-#endif // MOJO_SHELL_PUBLIC_CPP_APPLICATION_TEST_BASE_H_ |
+#endif // SERVICES_SHELL_PUBLIC_CPP_APPLICATION_TEST_BASE_H_ |