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

Unified Diff: device/bluetooth/bluetooth_service_record.cc

Issue 328483004: Remove BluetoothServiceRecord base class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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
« no previous file with comments | « device/bluetooth/bluetooth_service_record.h ('k') | device/bluetooth/bluetooth_service_record_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_service_record.cc
diff --git a/device/bluetooth/bluetooth_service_record.cc b/device/bluetooth/bluetooth_service_record.cc
deleted file mode 100644
index aa973735f7483b40218a99f5b1a584b2ea730298..0000000000000000000000000000000000000000
--- a/device/bluetooth/bluetooth_service_record.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "device/bluetooth/bluetooth_service_record.h"
-
-namespace device {
-
-BluetoothServiceRecord::BluetoothServiceRecord() {
-}
-
-BluetoothServiceRecord::~BluetoothServiceRecord() {
-}
-
-} // namespace device
« no previous file with comments | « device/bluetooth/bluetooth_service_record.h ('k') | device/bluetooth/bluetooth_service_record_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698