| Index: chrome/browser/chromeos/input_method/input_method_manager_impl.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.cc b/chrome/browser/chromeos/input_method/input_method_manager_impl.cc
|
| index 7f75d6b53baee96ccf56e6c6c729af416fb1f38b..f3239391f5232267d1f4f7cb84dc3961a834f89c 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_manager_impl.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.cc
|
| @@ -4,11 +4,12 @@
|
|
|
| #include "chrome/browser/chromeos/input_method/input_method_manager_impl.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <algorithm> // std::find
|
|
|
| #include <sstream>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/bind.h"
|
| #include "base/hash.h"
|
| #include "base/location.h"
|
|
|