diff options
Diffstat (limited to 'chrome/common/extensions/manifest_handler.h')
-rw-r--r-- | chrome/common/extensions/manifest_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/manifest_handler.h b/chrome/common/extensions/manifest_handler.h index 030aa0a..bcd78d0 100644 --- a/chrome/common/extensions/manifest_handler.h +++ b/chrome/common/extensions/manifest_handler.h @@ -11,7 +11,7 @@ #include "base/lazy_instance.h" #include "base/memory/linked_ptr.h" -#include "base/string16.h" +#include "base/strings/string16.h" #include "chrome/common/extensions/manifest.h" namespace extensions { |