| Index: chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| diff --git a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| index 47cee21051fb43f7c1af89f8610939d2648290ed..40af94246f7d220965222f8792ca44bd273df87f 100644
|
| --- a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| +++ b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "chrome/browser/chromeos/mobile/mobile_activator.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/values.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
|
|