| Index: chrome/browser/chromeos/policy/device_local_account.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account.cc b/chrome/browser/chromeos/policy/device_local_account.cc
|
| index 6f8a8fdfa46d3d10194ca69a4fd9b52e8047ac5b..e8cfa2cef5c490950f304db486cbe72f89efae4c 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account.cc
|
| @@ -4,10 +4,12 @@
|
|
|
| #include "chrome/browser/chromeos/policy/device_local_account.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <set>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_util.h"
|
|
|