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

Unified Diff: shell/external_application_listener.h

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/dynamic_service_runner.cc ('k') | shell/external_application_listener_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/external_application_listener.h
diff --git a/mojo/shell/external_application_listener.h b/shell/external_application_listener.h
similarity index 92%
rename from mojo/shell/external_application_listener.h
rename to shell/external_application_listener.h
index d92bcffe77be3462c0dfa4ae28b3182e0ca2f9ed..15b930e110c996a133a676118f01a1967d85b95b 100644
--- a/mojo/shell/external_application_listener.h
+++ b/shell/external_application_listener.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SHELL_EXTERNAL_APPLICATION_LISTENER_H_
-#define MOJO_SHELL_EXTERNAL_APPLICATION_LISTENER_H_
+#ifndef SHELL_EXTERNAL_APPLICATION_LISTENER_H_
+#define SHELL_EXTERNAL_APPLICATION_LISTENER_H_
#include "base/callback.h"
#include "base/files/file_path.h"
@@ -11,7 +11,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/sequenced_task_runner.h"
#include "mojo/public/cpp/system/message_pipe.h"
-#include "mojo/shell/domain_socket/socket_descriptor.h"
+#include "shell/domain_socket/socket_descriptor.h"
#include "url/gurl.h"
namespace mojo {
@@ -68,4 +68,4 @@ class ExternalApplicationListener {
} // namespace shell
} // namespace mojo
-#endif // MOJO_SHELL_EXTERNAL_APPLICATION_LISTENER_H_
+#endif // SHELL_EXTERNAL_APPLICATION_LISTENER_H_
« no previous file with comments | « shell/dynamic_service_runner.cc ('k') | shell/external_application_listener_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698