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

Unified Diff: device/bluetooth/bluetooth_utils_unittest.cc

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: device/bluetooth/bluetooth_utils_unittest.cc
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_utils_unittest.cc b/device/bluetooth/bluetooth_utils_unittest.cc
similarity index 96%
rename from chrome/browser/chromeos/bluetooth/bluetooth_utils_unittest.cc
rename to device/bluetooth/bluetooth_utils_unittest.cc
index 6dad3a05e5dc7df0cf8b56849d66264466b1bcfc..f3901488e531e29284cc176ea871a56dfacc5b55 100644
--- a/chrome/browser/chromeos/bluetooth/bluetooth_utils_unittest.cc
+++ b/device/bluetooth/bluetooth_utils_unittest.cc
@@ -4,10 +4,10 @@
#include <bluetooth/bluetooth.h>
-#include "chrome/browser/chromeos/bluetooth/bluetooth_utils.h"
+#include "device/bluetooth/bluetooth_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace chromeos {
+namespace device_bluetooth {
TEST(BluetoothUtilsTest, str2ba) {
bdaddr_t bluetooth_address;
@@ -69,4 +69,4 @@ TEST(BluetoothUtilsTest, CanonicalUuid) {
bluetooth_utils::CanonicalUuid("0x00001101-0000-1000-8000-00805f9b34fb"));
}
-} // namespace chromeos
+} // namespace device_bluetooth

Powered by Google App Engine
This is Rietveld 408576698