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

Unified Diff: shell/child_process_host_unittest.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/child_process_host.cc ('k') | shell/context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/child_process_host_unittest.cc
diff --git a/mojo/shell/child_process_host_unittest.cc b/shell/child_process_host_unittest.cc
similarity index 88%
rename from mojo/shell/child_process_host_unittest.cc
rename to shell/child_process_host_unittest.cc
index 123cbfb6053f5a1d25ef8e110de73af93db56820..88aaba78a5537c0aac1e2b519e53e122f5993ac6 100644
--- a/mojo/shell/child_process_host_unittest.cc
+++ b/shell/child_process_host_unittest.cc
@@ -4,13 +4,13 @@
// Note: This file also tests child_process.*.
-#include "mojo/shell/child_process_host.h"
+#include "shell/child_process_host.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/message_loop/message_loop.h"
#include "mojo/common/message_pump_mojo.h"
-#include "mojo/shell/context.h"
+#include "shell/context.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
@@ -39,8 +39,7 @@ TEST_F(ChildProcessHostTest, Basic) {
scoped_ptr<base::MessagePump>(new common::MessagePumpMojo()));
context.Init();
TestChildProcessHostDelegate child_process_host_delegate;
- ChildProcessHost child_process_host(&context,
- &child_process_host_delegate,
+ ChildProcessHost child_process_host(&context, &child_process_host_delegate,
ChildProcess::TYPE_TEST);
child_process_host.Start();
message_loop.Run();
« no previous file with comments | « shell/child_process_host.cc ('k') | shell/context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698