| Index: chrome/browser/chromeos/input_method/input_method_descriptor.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_descriptor.cc b/chrome/browser/chromeos/input_method/input_method_descriptor.cc
|
| index 5e68ed3209a70aaf1a6bccff9530ab8533ffb4c2..9d1c3fbf2497f4236ba21daf474fb39efbe74684 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_descriptor.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_descriptor.cc
|
| @@ -7,7 +7,7 @@
|
| #include <sstream>
|
|
|
| #include "base/logging.h"
|
| -#include "base/string_split.h"
|
| +#include "base/strings/string_split.h"
|
|
|
| namespace chromeos {
|
| namespace input_method {
|
|
|