| Index: chromeos/dbus/blocking_method_caller.cc
|
| diff --git a/chromeos/dbus/blocking_method_caller.cc b/chromeos/dbus/blocking_method_caller.cc
|
| index 3c288f1449c7caa0fd44c11a8b29ed9573b31f44..e4ddac5f1e105579a156f1b6921e63f12b466f9e 100644
|
| --- a/chromeos/dbus/blocking_method_caller.cc
|
| +++ b/chromeos/dbus/blocking_method_caller.cc
|
| @@ -5,6 +5,7 @@
|
| #include "chromeos/dbus/blocking_method_caller.h"
|
|
|
| #include "base/bind.h"
|
| +#include "base/callback_helpers.h"
|
| #include "base/location.h"
|
| #include "base/threading/thread_restrictions.h"
|
| #include "dbus/bus.h"
|
|
|