Index: extensions/browser/api/bluetooth/bluetooth_event_router.h |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h b/extensions/browser/api/bluetooth/bluetooth_event_router.h |
similarity index 94% |
rename from chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h |
rename to extensions/browser/api/bluetooth/bluetooth_event_router.h |
index 16aae8c6ad778e24761c00d763ad3d78397a4809..e0fdf9a801c2819e978b514f210b2fd9554bc64f 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h |
+++ b/extensions/browser/api/bluetooth/bluetooth_event_router.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_EXTENSIONS_API_BLUETOOTH_BLUETOOTH_EVENT_ROUTER_H_ |
-#define CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_BLUETOOTH_EVENT_ROUTER_H_ |
+#ifndef EXTENSIONS_BROWSER_API_BLUETOOTH_BLUETOOTH_EVENT_ROUTER_H_ |
+#define EXTENSIONS_BROWSER_API_BLUETOOTH_BLUETOOTH_EVENT_ROUTER_H_ |
#include <map> |
@@ -12,13 +12,13 @@ |
#include "base/memory/scoped_vector.h" |
#include "base/memory/weak_ptr.h" |
#include "base/scoped_observer.h" |
-#include "chrome/common/extensions/api/bluetooth.h" |
-#include "chrome/common/extensions/api/bluetooth_private.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
#include "device/bluetooth/bluetooth_adapter.h" |
#include "device/bluetooth/bluetooth_adapter_factory.h" |
#include "extensions/browser/extension_registry_observer.h" |
+#include "extensions/common/api/bluetooth.h" |
+#include "extensions/common/api/bluetooth_private.h" |
namespace content { |
class BrowserContext; |
@@ -161,4 +161,4 @@ class BluetoothEventRouter : public device::BluetoothAdapter::Observer, |
} // namespace extensions |
-#endif // CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_BLUETOOTH_EVENT_ROUTER_H_ |
+#endif // EXTENSIONS_BROWSER_API_BLUETOOTH_BLUETOOTH_EVENT_ROUTER_H_ |