summaryrefslogtreecommitdiffstats
path: root/chromeos/ime/xkeyboard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/ime/xkeyboard.cc')
-rw-r--r--chromeos/ime/xkeyboard.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/ime/xkeyboard.cc b/chromeos/ime/xkeyboard.cc
index 222b07d..6212b33 100644
--- a/chromeos/ime/xkeyboard.cc
+++ b/chromeos/ime/xkeyboard.cc
@@ -15,8 +15,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/message_loop.h"
#include "base/process_util.h"
-#include "base/string_util.h"
-#include "base/stringprintf.h"
+#include "base/strings/string_util.h"
+#include "base/strings/stringprintf.h"
#include "base/threading/thread_checker.h"
// These includes conflict with base/tracked_objects.h so must come last.