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

Unified Diff: chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.cc

Issue 284183012: Bluetooth: remove Profile API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.cc
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api_socket.cc b/chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.cc
similarity index 98%
rename from chrome/browser/extensions/api/bluetooth/bluetooth_api_socket.cc
rename to chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.cc
index f549354bd4db2d7517646df6d5b1f2bb8dfb74df..da0c5e014c3ce71493dfe88780019afa1714b990 100644
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_api_socket.cc
+++ b/chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.cc
@@ -2,7 +2,7 @@
// 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_api_socket.h"
+#include "chrome/browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h"
#include "device/bluetooth/bluetooth_socket.h"
#include "net/base/io_buffer.h"

Powered by Google App Engine
This is Rietveld 408576698