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

Unified Diff: extensions/common/api/bluetooth/bluetooth_manifest_handler.cc

Issue 420663003: Extensions: Move bluetooth APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android, gn Created 6 years, 4 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: 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"

Powered by Google App Engine
This is Rietveld 408576698