OLD | NEW |
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 Loading... |
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 |
OLD | NEW |