summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_country.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/autofill_country.cc')
-rw-r--r--chrome/browser/autofill/autofill_country.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/autofill_country.cc b/chrome/browser/autofill/autofill_country.cc
index ff12e29..03b1fef 100644
--- a/chrome/browser/autofill/autofill_country.cc
+++ b/chrome/browser/autofill/autofill_country.cc
@@ -4,9 +4,9 @@
#include "chrome/browser/autofill/autofill_country.h"
-#include <map>
#include <stddef.h>
#include <stdint.h>
+#include <map>
#include <utility>
#include "base/logging.h"
@@ -15,8 +15,8 @@
#include "base/stl_util.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
-#include "content/public/browser/content_browser_client.h"
#include "content/public/browser/browser_thread.h"
+#include "content/public/browser/content_browser_client.h"
#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
#include "unicode/coll.h"