Index: shell/switches.cc |
diff --git a/mojo/shell/switches.cc b/shell/switches.cc |
similarity index 83% |
rename from mojo/shell/switches.cc |
rename to shell/switches.cc |
index e7962723e11d2c4485c8c813df4c19a241c4c90c..986cd54dda63cefff2f7c510e206a3384b04be92 100644 |
--- a/mojo/shell/switches.cc |
+++ b/shell/switches.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/switches.h" |
+#include "shell/switches.h" |
#include "base/basictypes.h" |
@@ -59,19 +59,17 @@ const char kSpy[] = "spy"; |
// first maps 'a' to 'b' and the second 'c' to 'd'. |
const char kURLMappings[] = "url-mappings"; |
-const char* kSwitchArray[] = { |
- kV, |
- kArgsFor, |
- kChildProcessType, |
- kContentHandlers, |
- kDisableCache, |
- kEnableExternalApplications, |
- kEnableMultiprocess, |
- kHelp, |
- kOrigin, |
- kSpy, |
- kURLMappings |
-}; |
+const char* kSwitchArray[] = {kV, |
+ kArgsFor, |
+ kChildProcessType, |
+ kContentHandlers, |
+ kDisableCache, |
+ kEnableExternalApplications, |
+ kEnableMultiprocess, |
+ kHelp, |
+ kOrigin, |
+ kSpy, |
+ kURLMappings}; |
const std::set<std::string> GetAllSwitches() { |
std::set<std::string> switch_set; |