Chromium Code Reviews| Index: chromeos/dbus/mock_bluetooth_out_of_band_client.cc |
| diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc b/chromeos/dbus/mock_bluetooth_out_of_band_client.cc |
| similarity index 53% |
| copy from chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc |
| copy to chromeos/dbus/mock_bluetooth_out_of_band_client.cc |
| index b9861337acde5643eac1c1787761057ab5adf0aa..da6ef0119450e819efe9ee3f8883c9ab2bbdf2af 100644 |
| --- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc |
| +++ b/chromeos/dbus/mock_bluetooth_out_of_band_client.cc |
| @@ -2,11 +2,12 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h" |
| +#include "chromeos/dbus/mock_bluetooth_out_of_band_client.h" |
| namespace chromeos { |
| -MockBluetoothAdapter::MockBluetoothAdapter() {} |
| -MockBluetoothAdapter::~MockBluetoothAdapter() {} |
| +MockBluetoothOutOfBandClient::MockBluetoothOutOfBandClient() {} |
| + |
| +MockBluetoothOutOfBandClient::~MockBluetoothOutOfBandClient() {} |
|
keybuk
2012/06/08 20:06:39
I am confused as to why this is a rename?
bryeung
2012/06/14 15:31:08
Not sure: git must be picking up the adapter as a
|
| } // namespace chromeos |