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

Unified Diff: mojo/shell/data_pipe_peek.cc

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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/data_pipe_peek.h ('k') | mojo/shell/data_pipe_peek_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/data_pipe_peek.cc
diff --git a/mojo/shell/application_manager/data_pipe_peek.cc b/mojo/shell/data_pipe_peek.cc
similarity index 98%
rename from mojo/shell/application_manager/data_pipe_peek.cc
rename to mojo/shell/data_pipe_peek.cc
index 9109b5134dcb2cfb573b0da61ae976fd7248f793..4c74c5537bb1be381f2290570ee691b57e4eb8a3 100644
--- a/mojo/shell/application_manager/data_pipe_peek.cc
+++ b/mojo/shell/data_pipe_peek.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/application_manager/data_pipe_peek.h"
+#include "mojo/shell/data_pipe_peek.h"
#include <stdint.h>
« no previous file with comments | « mojo/shell/data_pipe_peek.h ('k') | mojo/shell/data_pipe_peek_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698