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

Unified Diff: mojo/shell/standalone/scoped_user_data_dir.cc

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
« no previous file with comments | « mojo/shell/standalone/scoped_user_data_dir.h ('k') | mojo/shell/standalone/shell_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/standalone/scoped_user_data_dir.cc
diff --git a/mojo/runner/scoped_user_data_dir.cc b/mojo/shell/standalone/scoped_user_data_dir.cc
similarity index 85%
rename from mojo/runner/scoped_user_data_dir.cc
rename to mojo/shell/standalone/scoped_user_data_dir.cc
index 8709475b6dbdd451a383894f2ed2e729fa29f525..dc92dfe5ec9cab927737ad2d1e1ced10095b66ee 100644
--- a/mojo/runner/scoped_user_data_dir.cc
+++ b/mojo/shell/standalone/scoped_user_data_dir.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/runner/scoped_user_data_dir.h"
+#include "mojo/shell/standalone/scoped_user_data_dir.h"
#include "base/command_line.h"
#include "base/logging.h"
-#include "mojo/runner/switches.h"
+#include "mojo/shell/standalone/switches.h"
namespace mojo {
-namespace runner {
+namespace shell {
ScopedUserDataDir::ScopedUserDataDir() {
base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
@@ -33,8 +33,7 @@ ScopedUserDataDir::ScopedUserDataDir() {
command_line->AppendSwitchPath(switches::kUserDataDir, temp_dir_.path());
}
-ScopedUserDataDir::~ScopedUserDataDir() {
-}
+ScopedUserDataDir::~ScopedUserDataDir() {}
-} // namespace runner
+} // namespace shell
} // namespace mojo
« no previous file with comments | « mojo/shell/standalone/scoped_user_data_dir.h ('k') | mojo/shell/standalone/shell_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698