summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/manifest_handlers/offline_enabled_info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/manifest_handlers/offline_enabled_info.cc')
-rw-r--r--chrome/common/extensions/manifest_handlers/offline_enabled_info.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/manifest_handlers/offline_enabled_info.cc b/chrome/common/extensions/manifest_handlers/offline_enabled_info.cc
index 91575e2..3f32e52 100644
--- a/chrome/common/extensions/manifest_handlers/offline_enabled_info.cc
+++ b/chrome/common/extensions/manifest_handlers/offline_enabled_info.cc
@@ -5,8 +5,8 @@
#include "chrome/common/extensions/manifest_handlers/offline_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"