summaryrefslogtreecommitdiffstats
path: root/base/json/json_writer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/json/json_writer.cc')
-rw-r--r--base/json/json_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/json/json_writer.cc b/base/json/json_writer.cc
index e97bd2d..6a9cc6a 100644
--- a/base/json/json_writer.cc
+++ b/base/json/json_writer.cc
@@ -8,8 +8,8 @@
#include "base/json/string_escape.h"
#include "base/logging.h"
-#include "base/stringprintf.h"
#include "base/strings/string_number_conversions.h"
+#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"