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

Unified Diff: chromeos/dbus/flimflam_profile_client.cc

Issue 9702014: [UMA] Use proper C++ objects to serialize tracked_objects across process boundaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test compilation 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
Index: chromeos/dbus/flimflam_profile_client.cc
diff --git a/chromeos/dbus/flimflam_profile_client.cc b/chromeos/dbus/flimflam_profile_client.cc
index 81aedb6bb1aa571532566260e75d364cfd949690..9079109707a3d9b21be4777c2f69d9db33fcfb35 100644
--- a/chromeos/dbus/flimflam_profile_client.cc
+++ b/chromeos/dbus/flimflam_profile_client.cc
@@ -6,6 +6,7 @@
#include "base/bind.h"
#include "base/message_loop.h"
+#include "base/values.h"
jar (doing other things) 2012/04/10 15:09:36 Although these flimflam changes look good.... did
Ilya Sherman 2012/04/10 20:34:41 Sadly, yes. I removed the #include "base/values.h
#include "dbus/bus.h"
#include "dbus/message.h"
#include "dbus/object_path.h"

Powered by Google App Engine
This is Rietveld 408576698