Index: chrome/common/extensions/manifest.h |
diff --git a/chrome/common/extensions/manifest.h b/chrome/common/extensions/manifest.h |
index 7c3762894076196434c92200cc68739b2ee94570..0cade48fb6ec02cd5f1d391ac3aa75224d0c94f9 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 { |