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

Unified Diff: chromeos/dbus/dbus_thread_manager.cc

Issue 919183002: Move chromeos::device_event_log into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move device_event_log::Initialize call to BrowserProcessImpl. Created 5 years, 10 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
Index: chromeos/dbus/dbus_thread_manager.cc
diff --git a/chromeos/dbus/dbus_thread_manager.cc b/chromeos/dbus/dbus_thread_manager.cc
index 29b78e336f60715565dc65361289313f4f00f6bf..89f55f7a8de8470a57b7271a7d73170edf738854 100644
--- a/chromeos/dbus/dbus_thread_manager.cc
+++ b/chromeos/dbus/dbus_thread_manager.cc
@@ -50,7 +50,7 @@
#include "chromeos/dbus/sms_client.h"
#include "chromeos/dbus/system_clock_client.h"
#include "chromeos/dbus/update_engine_client.h"
-#include "chromeos/device_event_log.h"
+#include "components/device_event_log/device_event_log.h"
stevenjb 2015/02/17 19:24:35 We shouldn't need this now.
Reilly Grant (use Gerrit) 2015/02/17 21:13:46 Done.
#include "dbus/bus.h"
#include "dbus/dbus_statistics.h"
@@ -61,7 +61,6 @@ static bool g_using_dbus_thread_manager_for_testing = false;
DBusThreadManager::DBusThreadManager(scoped_ptr<DBusClientBundle> client_bundle)
: client_bundle_(client_bundle.Pass()) {
- device_event_log::Initialize(0 /* default max entries */);
dbus::statistics::Initialize();
if (client_bundle_->IsUsingAnyRealClient()) {

Powered by Google App Engine
This is Rietveld 408576698