Chromium Code Reviews

Unified Diff: shell/init.cc

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « shell/init.h ('k') | shell/launcher_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/init.cc
diff --git a/mojo/shell/init.cc b/shell/init.cc
similarity index 70%
rename from mojo/shell/init.cc
rename to shell/init.cc
index 481e5ee4a4dbdb007172f99bad0b9595429d2403..3b9308096f8a4aa99ed04f9a279296d48ad1fc61 100644
--- a/mojo/shell/init.cc
+++ b/shell/init.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/init.h"
+#include "shell/init.h"
#include "base/logging.h"
@@ -14,10 +14,10 @@ void InitializeLogging() {
settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
logging::InitLogging(settings);
// To view log output with IDs and timestamps use "adb logcat -v threadtime".
- logging::SetLogItems(false, // Process ID
- false, // Thread ID
- false, // Timestamp
- false); // Tick count
+ logging::SetLogItems(false, // Process ID
+ false, // Thread ID
+ false, // Timestamp
+ false); // Tick count
}
} // namespace shell
« no previous file with comments | « shell/init.h ('k') | shell/launcher_main.cc » ('j') | no next file with comments »

Powered by Google App Engine