Index: chrome/browser/safe_browsing/protocol_parser.cc |
diff --git a/chrome/browser/safe_browsing/protocol_parser.cc b/chrome/browser/safe_browsing/protocol_parser.cc |
index 74afdfef03af4e72673a6debe68f7b184def8f43..25de0c128125ae15b3eef15a73c753eee55bffec 100644 |
--- a/chrome/browser/safe_browsing/protocol_parser.cc |
+++ b/chrome/browser/safe_browsing/protocol_parser.cc |
@@ -8,8 +8,8 @@ |
#include "base/format_macros.h" |
#include "base/logging.h" |
-#include "base/stringprintf.h" |
#include "base/strings/string_split.h" |
+#include "base/strings/stringprintf.h" |
#include "base/sys_byteorder.h" |
#include "build/build_config.h" |
#include "chrome/browser/safe_browsing/protocol_parser.h" |