Index: extensions/common/api/bluetooth/bluetooth_manifest_handler.cc |
diff --git a/chrome/common/extensions/api/bluetooth/bluetooth_manifest_handler.cc b/extensions/common/api/bluetooth/bluetooth_manifest_handler.cc |
similarity index 85% |
rename from chrome/common/extensions/api/bluetooth/bluetooth_manifest_handler.cc |
rename to extensions/common/api/bluetooth/bluetooth_manifest_handler.cc |
index e2b9cf382c80fde6f94a10d9750bcb87e9b83579..da143fa8c2fb52262f17a4a848b4a9ec88a9bdd3 100644 |
--- a/chrome/common/extensions/api/bluetooth/bluetooth_manifest_handler.cc |
+++ b/extensions/common/api/bluetooth/bluetooth_manifest_handler.cc |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_handler.h" |
+#include "extensions/common/api/bluetooth/bluetooth_manifest_handler.h" |
-#include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_data.h" |
-#include "chrome/common/extensions/api/bluetooth/bluetooth_manifest_permission.h" |
+#include "extensions/common/api/bluetooth/bluetooth_manifest_data.h" |
+#include "extensions/common/api/bluetooth/bluetooth_manifest_permission.h" |
#include "extensions/common/extension.h" |
#include "extensions/common/manifest_constants.h" |