diff options
Diffstat (limited to 'chrome/common/extensions/manifest.h')
-rw-r--r-- | chrome/common/extensions/manifest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/manifest.h b/chrome/common/extensions/manifest.h index 7c37628..0cade48 100644 --- a/chrome/common/extensions/manifest.h +++ b/chrome/common/extensions/manifest.h @@ -6,11 +6,11 @@ #define CHROME_COMMON_EXTENSIONS_MANIFEST_H_ #include <map> -#include <string> #include <set> +#include <string> #include "base/memory/scoped_ptr.h" -#include "base/string16.h" +#include "base/strings/string16.h" #include "base/values.h" namespace extensions { |