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

Unified Diff: shell/switches.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « shell/switches.h ('k') | shell/task_runners.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « shell/switches.h ('k') | shell/task_runners.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698