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 |