| Index: chromeos/dbus/introspectable_client.cc
|
| diff --git a/chrome/browser/chromeos/dbus/introspectable_client.cc b/chromeos/dbus/introspectable_client.cc
|
| similarity index 98%
|
| rename from chrome/browser/chromeos/dbus/introspectable_client.cc
|
| rename to chromeos/dbus/introspectable_client.cc
|
| index 4a26dd2e911a28f5f2e6113e5fbe39b840a98366..657065cb9849fe2f8867f822df33dd5452c40ace 100644
|
| --- a/chrome/browser/chromeos/dbus/introspectable_client.cc
|
| +++ b/chromeos/dbus/introspectable_client.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/chromeos/dbus/introspectable_client.h"
|
| +#include "chromeos/dbus/introspectable_client.h"
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/bind.h"
|
| -#include "base/logging.h"
|
| #include "base/chromeos/chromeos_version.h"
|
| +#include "base/logging.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/message.h"
|
| #include "dbus/object_path.h"
|
|
|