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

Unified Diff: device/bluetooth/bluetooth_device.cc

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renamed 'bluetooth' target to 'device_bluetooth'. 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_device.cc
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_device.cc b/device/bluetooth/bluetooth_device.cc
similarity index 97%
rename from chrome/browser/chromeos/bluetooth/bluetooth_device.cc
rename to device/bluetooth/bluetooth_device.cc
index f91189ad2f7e9078e9fae2c810f85e864d6e40f5..378c6cedae797f0c8bc1c147007172cab3780f48 100644
--- a/chrome/browser/chromeos/bluetooth/bluetooth_device.cc
+++ b/device/bluetooth/bluetooth_device.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/bluetooth/bluetooth_device.h"
+#include "device/bluetooth/bluetooth_device.h"
#include "base/utf_string_conversions.h"
#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
-namespace chromeos {
+namespace device {
BluetoothDevice::BluetoothDevice()
: bluetooth_class_(0),
@@ -167,4 +167,4 @@ bool BluetoothDevice::IsConnected() const {
return connected_;
}
-} // namespace chromeos
+} // namespace device

Powered by Google App Engine
This is Rietveld 408576698