Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(643)

Unified Diff: services/shell/tests/lifecycle/app_client.h

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/shell/tests/lifecycle/app.cc ('k') | services/shell/tests/lifecycle/app_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/lifecycle/app_client.h
diff --git a/mojo/shell/tests/lifecycle/app_client.h b/services/shell/tests/lifecycle/app_client.h
similarity index 76%
rename from mojo/shell/tests/lifecycle/app_client.h
rename to services/shell/tests/lifecycle/app_client.h
index 5a7d5e6c2e32355a79793b40c6ecf18113174dac..f461dc9bc93099cef2f0c8e8806c4b8630c3733b 100644
--- a/mojo/shell/tests/lifecycle/app_client.h
+++ b/services/shell/tests/lifecycle/app_client.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_TESTS_LIFECYCLE_APP_CLIENT_H_
-#define MOJO_SHELL_TESTS_LIFECYCLE_APP_CLIENT_H_
+#ifndef SERVICES_SHELL_TESTS_LIFECYCLE_APP_CLIENT_H_
+#define SERVICES_SHELL_TESTS_LIFECYCLE_APP_CLIENT_H_
#include "base/bind.h"
#include "base/macros.h"
#include "mojo/public/cpp/bindings/binding_set.h"
-#include "mojo/shell/public/cpp/application_runner.h"
-#include "mojo/shell/public/cpp/interface_factory.h"
-#include "mojo/shell/public/cpp/shell_client.h"
-#include "mojo/shell/public/interfaces/shell_client.mojom.h"
-#include "mojo/shell/tests/lifecycle/lifecycle_unittest.mojom.h"
+#include "services/shell/public/cpp/application_runner.h"
+#include "services/shell/public/cpp/interface_factory.h"
+#include "services/shell/public/cpp/shell_client.h"
+#include "services/shell/public/interfaces/shell_client.mojom.h"
+#include "services/shell/tests/lifecycle/lifecycle_unittest.mojom.h"
using LifecycleControl = mojo::shell::test::mojom::LifecycleControl;
using LifecycleControlRequest =
@@ -61,4 +61,4 @@ class AppClient : public ShellClient,
} // namespace shell
} // namespace mojo
-#endif // MOJO_SHELL_TESTS_LIFECYCLE_APP_CLIENT_H_
+#endif // SERVICES_SHELL_TESTS_LIFECYCLE_APP_CLIENT_H_
« no previous file with comments | « services/shell/tests/lifecycle/app.cc ('k') | services/shell/tests/lifecycle/app_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698