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 f479e50..e97bd2d 100644
--- a/base/json/json_writer.cc
+++ b/base/json/json_writer.cc
@@ -10,7 +10,7 @@
#include "base/logging.h"
#include "base/stringprintf.h"
#include "base/strings/string_number_conversions.h"
-#include "base/utf_string_conversions.h"
+#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
namespace base {