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

Side by Side Diff: device/bluetooth/bluetooth_device_mac.h

Issue 17321002: Fix wrong header guards found by clang's new Wheader-guard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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
« no previous file with comments | « base/memory/memory_pressure_listener.h ('k') | media/audio/fake_audio_input_stream.h » ('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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 DEVICE_BLUETOOTH_BLUETOOTH_DEVICE_MAC_H_ 5 #ifndef DEVICE_BLUETOOTH_BLUETOOTH_DEVICE_MAC_H_
6 #define DEVICE_BLUETOOTH_BlUETOOTH_DEVICE_MAC_H_ 6 #define DEVICE_BLUETOOTH_BLUETOOTH_DEVICE_MAC_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "device/bluetooth/bluetooth_device.h" 11 #include "device/bluetooth/bluetooth_device.h"
12 12
13 #ifdef __OBJC__ 13 #ifdef __OBJC__
14 @class IOBluetoothDevice; 14 @class IOBluetoothDevice;
15 #else 15 #else
16 class IOBluetoothDevice; 16 class IOBluetoothDevice;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 friend class BluetoothAdapterMac; 79 friend class BluetoothAdapterMac;
80 80
81 IOBluetoothDevice* device_; 81 IOBluetoothDevice* device_;
82 82
83 DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceMac); 83 DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceMac);
84 }; 84 };
85 85
86 } // namespace device 86 } // namespace device
87 87
88 #endif // DEVICE_BLUETOOTH_BLUETOOTH_DEVICE_MAC_H_ 88 #endif // DEVICE_BLUETOOTH_BLUETOOTH_DEVICE_MAC_H_
OLDNEW
« no previous file with comments | « base/memory/memory_pressure_listener.h ('k') | media/audio/fake_audio_input_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698