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

Unified Diff: shell/application_manager/shell_impl.cc

Issue 814273005: Move application_manager from /mojo to /shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase. Created 5 years, 11 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
Index: shell/application_manager/shell_impl.cc
diff --git a/mojo/application_manager/shell_impl.cc b/shell/application_manager/shell_impl.cc
similarity index 94%
rename from mojo/application_manager/shell_impl.cc
rename to shell/application_manager/shell_impl.cc
index 9d391776a2401a19a8e2beb0ac92b3b1b4c028e4..0d2b59d260b9e159dcbb27c48208e5344c2689f9 100644
--- a/mojo/application_manager/shell_impl.cc
+++ b/shell/application_manager/shell_impl.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/application_manager/shell_impl.h"
+#include "shell/application_manager/shell_impl.h"
-#include "mojo/application_manager/application_manager.h"
#include "mojo/common/common_type_converters.h"
#include "mojo/services/content_handler/public/interfaces/content_handler.mojom.h"
+#include "shell/application_manager/application_manager.h"
namespace mojo {

Powered by Google App Engine
This is Rietveld 408576698