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

Unified Diff: chromeos/dbus/debug_daemon_client.cc

Issue 9838085: Move files inside chrome/browser/chromeos/dbus to chromeos/dbus (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years, 8 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 | « chromeos/dbus/debug_daemon_client.h ('k') | chromeos/dbus/flimflam_client_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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().
« no previous file with comments | « chromeos/dbus/debug_daemon_client.h ('k') | chromeos/dbus/flimflam_client_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698