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

Side by Side Diff: chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h

Issue 284183012: Bluetooth: remove Profile API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
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 #ifndef CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_EVENT_DI SPATCHER_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_EVENT_DI SPATCHER_H_
6 #define CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_EVENT_DI SPATCHER_H_ 6 #define CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_EVENT_DI SPATCHER_H_
7 7
8 #include "chrome/browser/extensions/api/bluetooth/bluetooth_api_socket.h" 8 #include "chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h"
9 #include "extensions/browser/api/api_resource_manager.h" 9 #include "extensions/browser/api/api_resource_manager.h"
10 #include "extensions/browser/browser_context_keyed_api_factory.h" 10 #include "extensions/browser/browser_context_keyed_api_factory.h"
11 11
12 namespace content { 12 namespace content {
13 class BrowserContext; 13 class BrowserContext;
14 } 14 }
15 15
16 namespace device { 16 namespace device {
17 class BluetoothDevice; 17 class BluetoothDevice;
18 class BluetoothSocket; 18 class BluetoothSocket;
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 // Usually FILE thread (except for unit testing). 110 // Usually FILE thread (except for unit testing).
111 content::BrowserThread::ID thread_id_; 111 content::BrowserThread::ID thread_id_;
112 content::BrowserContext* const browser_context_; 112 content::BrowserContext* const browser_context_;
113 scoped_refptr<SocketData> sockets_; 113 scoped_refptr<SocketData> sockets_;
114 }; 114 };
115 115
116 } // namespace api 116 } // namespace api
117 } // namespace extensions 117 } // namespace extensions
118 118
119 #endif // CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_EVENT _DISPATCHER_H_ 119 #endif // CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_EVENT _DISPATCHER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698