| Index: services/shell/background/tests/background_shell_unittest.cc
|
| diff --git a/mojo/shell/background/tests/background_shell_unittest.cc b/services/shell/background/tests/background_shell_unittest.cc
|
| similarity index 86%
|
| rename from mojo/shell/background/tests/background_shell_unittest.cc
|
| rename to services/shell/background/tests/background_shell_unittest.cc
|
| index 8901ab307c475b5ddef13bf53f3afb1f440cdfca..28cc5e3b2793e6e2e84a03b04a5360491d7051a5 100644
|
| --- a/mojo/shell/background/tests/background_shell_unittest.cc
|
| +++ b/services/shell/background/tests/background_shell_unittest.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/shell/background/background_shell.h"
|
| +#include "services/shell/background/background_shell.h"
|
|
|
| #include "base/run_loop.h"
|
| -#include "mojo/shell/background/tests/test.mojom.h"
|
| -#include "mojo/shell/background/tests/test_catalog_store.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 "services/shell/background/tests/test.mojom.h"
|
| +#include "services/shell/background/tests/test_catalog_store.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 "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
|
|