Index: extensions/browser/api/bluetooth/bluetooth_extension_function.cc |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.cc b/extensions/browser/api/bluetooth/bluetooth_extension_function.cc |
similarity index 87% |
rename from chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.cc |
rename to extensions/browser/api/bluetooth/bluetooth_extension_function.cc |
index bbc4fbd6bcebc273c64fa59872950510b977d962..7a5eefe501f07174fc45f7d6895c07b24f74464f 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.cc |
+++ b/extensions/browser/api/bluetooth/bluetooth_extension_function.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h" |
+#include "extensions/browser/api/bluetooth/bluetooth_extension_function.h" |
#include "base/memory/ref_counted.h" |
-#include "chrome/browser/extensions/api/bluetooth/bluetooth_api.h" |
-#include "chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h" |
#include "content/public/browser/browser_thread.h" |
#include "device/bluetooth/bluetooth_adapter.h" |
#include "device/bluetooth/bluetooth_adapter_factory.h" |
+#include "extensions/browser/api/bluetooth/bluetooth_api.h" |
+#include "extensions/browser/api/bluetooth/bluetooth_event_router.h" |
using content::BrowserThread; |
@@ -38,7 +38,7 @@ void GetAdapter(const device::BluetoothAdapterFactory::AdapterCallback callback, |
} // namespace |
namespace extensions { |
-namespace api { |
+namespace core_api { |
BluetoothExtensionFunction::BluetoothExtensionFunction() { |
} |
@@ -65,5 +65,5 @@ void BluetoothExtensionFunction::RunOnAdapterReady( |
DoWork(adapter); |
} |
-} // namespace api |
+} // namespace core_api |
} // namespace extensions |