| Index: chrome/browser/chromeos/input_method/virtual_keyboard_selector.cc
|
| diff --git a/chrome/browser/chromeos/input_method/virtual_keyboard_selector.cc b/chrome/browser/chromeos/input_method/virtual_keyboard_selector.cc
|
| index ac7394df43fde8fc2f2e65d5059c17cf6d84904a..1e427ad3acd4c2c14468f1fc9a22bd713846bf5d 100644
|
| --- a/chrome/browser/chromeos/input_method/virtual_keyboard_selector.cc
|
| +++ b/chrome/browser/chromeos/input_method/virtual_keyboard_selector.cc
|
| @@ -5,7 +5,7 @@
|
| #include "chrome/browser/chromeos/input_method/virtual_keyboard_selector.h"
|
|
|
| #include "base/logging.h"
|
| -#include "base/stl_util-inl.h"
|
| +#include "base/stl_util.h"
|
|
|
| namespace {
|
| const char kDefaultURLPath[] = "index.html";
|
|
|