Index: chrome/common/extensions/command.h |
diff --git a/chrome/common/extensions/command.h b/chrome/common/extensions/command.h |
index bccfe2af2fc59b1e47c2739914c5302d56602356..77ff28ab1ba773c70941f0d3b9bab4435077fd5a 100644 |
--- a/chrome/common/extensions/command.h |
+++ b/chrome/common/extensions/command.h |
@@ -5,10 +5,10 @@ |
#ifndef CHROME_COMMON_EXTENSIONS_COMMAND_H_ |
#define CHROME_COMMON_EXTENSIONS_COMMAND_H_ |
-#include <string> |
#include <map> |
+#include <string> |
-#include "base/string16.h" |
+#include "base/strings/string16.h" |
#include "ui/base/accelerators/accelerator.h" |
namespace base { |