| Index: chromeos/dbus/debug_daemon_client.cc
|
| diff --git a/chrome/browser/chromeos/dbus/debug_daemon_client.cc b/chromeos/dbus/debug_daemon_client.cc
|
| similarity index 98%
|
| rename from chrome/browser/chromeos/dbus/debug_daemon_client.cc
|
| rename to chromeos/dbus/debug_daemon_client.cc
|
| index c9c5822b86b74f71d6d1927d23c1e6e42c63003c..bc8e06dc71bb46f8e18cfd5afb05bf0aa8f0cade 100644
|
| --- a/chrome/browser/chromeos/dbus/debug_daemon_client.cc
|
| +++ b/chromeos/dbus/debug_daemon_client.cc
|
| @@ -5,7 +5,7 @@
|
| #include <fcntl.h>
|
| #include <unistd.h>
|
|
|
| -#include "chrome/browser/chromeos/dbus/debug_daemon_client.h"
|
| +#include "chromeos/dbus/debug_daemon_client.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/callback.h"
|
| @@ -14,7 +14,6 @@
|
| #include "base/memory/ref_counted_memory.h"
|
| #include "base/platform_file.h"
|
| #include "base/string_util.h"
|
| -#include "content/public/browser/browser_thread.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/message.h"
|
| #include "dbus/object_path.h"
|
| @@ -24,8 +23,6 @@
|
| #include "net/base/net_errors.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
|
|
| -using content::BrowserThread;
|
| -
|
| namespace {
|
|
|
| // Used in DebugDaemonClient::EmptySystemStopTracingCallback().
|
|
|