Index: services/shell/background/background_shell.cc |
diff --git a/mojo/shell/background/background_shell.cc b/services/shell/background/background_shell.cc |
similarity index 95% |
rename from mojo/shell/background/background_shell.cc |
rename to services/shell/background/background_shell.cc |
index a21bbe43038bbad2327ac2b0184e8a2d27654d6f..b4a6163b0745b4aa6afdcbe5299be61ee04ce61a 100644 |
--- a/mojo/shell/background/background_shell.cc |
+++ b/services/shell/background/background_shell.cc |
@@ -2,7 +2,7 @@ |
// 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/bind.h" |
#include "base/bind_helpers.h" |
@@ -13,12 +13,12 @@ |
#include "base/threading/simple_thread.h" |
#include "mojo/message_pump/message_pump_mojo.h" |
#include "mojo/services/catalog/store.h" |
-#include "mojo/shell/connect_params.h" |
-#include "mojo/shell/loader.h" |
-#include "mojo/shell/public/cpp/shell_client.h" |
-#include "mojo/shell/public/cpp/shell_connection.h" |
-#include "mojo/shell/shell.h" |
-#include "mojo/shell/standalone/context.h" |
+#include "services/shell/connect_params.h" |
+#include "services/shell/loader.h" |
+#include "services/shell/public/cpp/shell_client.h" |
+#include "services/shell/public/cpp/shell_connection.h" |
+#include "services/shell/shell.h" |
+#include "services/shell/standalone/context.h" |
namespace mojo { |
namespace shell { |