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

Side by Side Diff: shell/external_application_listener_win.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 unified diff | Download patch
« no previous file with comments | « shell/external_application_listener_win.h ('k') | shell/external_application_registrar.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "mojo/shell/external_application_listener_win.h" 5 #include "shell/external_application_listener_win.h"
6 6
7 #include "base/callback.h" 7 #include "base/callback.h"
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "base/sequenced_task_runner.h" 11 #include "base/sequenced_task_runner.h"
12 12
13 namespace mojo { 13 namespace mojo {
14 namespace shell { 14 namespace shell {
15 15
(...skipping 24 matching lines...) Expand all
40 const base::FilePath& listen_socket_path, 40 const base::FilePath& listen_socket_path,
41 const RegisterCallback& register_callback, 41 const RegisterCallback& register_callback,
42 const ErrorCallback& error_callback) { 42 const ErrorCallback& error_callback) {
43 } 43 }
44 44
45 void ExternalApplicationListenerStub::WaitForListening() { 45 void ExternalApplicationListenerStub::WaitForListening() {
46 } 46 }
47 47
48 } // namespace shell 48 } // namespace shell
49 } // namespace mojo 49 } // namespace mojo
OLDNEW
« no previous file with comments | « shell/external_application_listener_win.h ('k') | shell/external_application_registrar.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698