Index: chrome/common/extensions/manifest_handlers/kiosk_enabled_info.cc |
diff --git a/chrome/common/extensions/manifest_handlers/kiosk_enabled_info.cc b/chrome/common/extensions/manifest_handlers/kiosk_enabled_info.cc |
index de113ba2d605423b4aa0435287c0908474e21cc2..3a776485da2c252e9e9bc90b040783129d9b5206 100644 |
--- a/chrome/common/extensions/manifest_handlers/kiosk_enabled_info.cc |
+++ b/chrome/common/extensions/manifest_handlers/kiosk_enabled_info.cc |
@@ -5,8 +5,8 @@ |
#include "chrome/common/extensions/manifest_handlers/kiosk_enabled_info.h" |
#include "base/memory/scoped_ptr.h" |
-#include "base/string16.h" |
-#include "base/string_util.h" |
+#include "base/strings/string16.h" |
+#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/values.h" |
#include "chrome/common/extensions/extension_manifest_constants.h" |