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

Unified Diff: device/bluetooth/bluetooth_service_record_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_service_record_unittest.cc
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_service_record_unittest.cc b/device/bluetooth/bluetooth_service_record_unittest.cc
similarity index 95%
rename from chrome/browser/chromeos/bluetooth/bluetooth_service_record_unittest.cc
rename to device/bluetooth/bluetooth_service_record_unittest.cc
index 11bcd98f1fac7025f8155caab85c541b8da2c1e8..c98dab3afaf5f1c1a5c9d7fe13641eb5b39204c8 100644
--- a/chrome/browser/chromeos/bluetooth/bluetooth_service_record_unittest.cc
+++ b/device/bluetooth/bluetooth_service_record_unittest.cc
@@ -7,8 +7,8 @@
#include "base/file_path.h"
#include "base/file_util.h"
#include "base/path_service.h"
-#include "chrome/browser/chromeos/bluetooth/bluetooth_service_record.h"
#include "chrome/common/chrome_paths.h"
keybuk 2012/10/08 17:21:59 You can't include chrome/ from device/
youngki 2012/10/09 14:37:54 This is necessary to set the path to test xml data
keybuk 2012/10/10 01:16:32 it doesn't matter how necessary it is - it's illeg
youngki 2012/10/10 14:44:34 Okay I will migrate the part of ChromeTestSuite in
youngki 2012/10/10 18:34:56 DeviceTestSuite added and this include has been re
+#include "device/bluetooth/bluetooth_service_record.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {
@@ -19,7 +19,7 @@ static const char* kSerialUuid = "00001101-0000-1000-8000-00805f9b34fb";
} // namespace
-namespace chromeos {
+namespace device_bluetooth {
class BluetoothServiceRecordTest : public testing::Test {
public:
@@ -72,4 +72,4 @@ TEST_F(BluetoothServiceRecordTest, CleanUuid) {
EXPECT_EQ("", invalid_service_record.uuid());
}
-} // namespace chromeos
+} // namespace device_bluetooth

Powered by Google App Engine
This is Rietveld 408576698