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

Unified Diff: device/bluetooth/bluetooth_adapter.h

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing try bot failures. Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/OWNERS ('k') | device/bluetooth/bluetooth_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_adapter.h
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h
similarity index 96%
rename from chrome/browser/chromeos/bluetooth/bluetooth_adapter.h
rename to device/bluetooth/bluetooth_adapter.h
index 14a94a1eb3cd777b0d7855b917bf50d8cbe04bb8..46be3bbb6308c72556776ad04fbc6959b51334d9 100644
--- a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.h
+++ b/device/bluetooth/bluetooth_adapter.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 CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_ADAPTER_H_
-#define CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_ADAPTER_H_
+#ifndef DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_H_
+#define DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_H_
#include <string>
#include <vector>
@@ -11,7 +11,7 @@
#include "base/callback.h"
#include "base/memory/ref_counted.h"
-namespace chromeos {
+namespace bluetooth {
darin (slow to review) 2012/10/17 20:06:54 perhaps the namespace should be "device" to match
youngki 2012/10/17 21:30:30 Done.
class BluetoothDevice;
@@ -150,6 +150,6 @@ class BluetoothAdapter : public base::RefCounted<BluetoothAdapter> {
std::string name_;
};
-} // namespace chromeos
+} // namespace bluetooth
-#endif // CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_ADAPTER_H_
+#endif // DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_H_
« no previous file with comments | « device/bluetooth/OWNERS ('k') | device/bluetooth/bluetooth_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698