| Index: device/base/device_client.cc
|
| diff --git a/device/core/device_client.cc b/device/base/device_client.cc
|
| similarity index 95%
|
| rename from device/core/device_client.cc
|
| rename to device/base/device_client.cc
|
| index 50b015e9ddc636a6a0e525d6e6bc3548a3b537ce..91707e37d79688e4826b2ffcd85632388c2ca48b 100644
|
| --- a/device/core/device_client.cc
|
| +++ b/device/base/device_client.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 "device/core/device_client.h"
|
| +#include "device/base/device_client.h"
|
|
|
| #include "base/logging.h"
|
|
|
|
|