diff options
Diffstat (limited to 'webkit/fileapi/isolated_context.cc')
-rw-r--r-- | webkit/fileapi/isolated_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/fileapi/isolated_context.cc b/webkit/fileapi/isolated_context.cc index 79cdddd..4f1162c 100644 --- a/webkit/fileapi/isolated_context.cc +++ b/webkit/fileapi/isolated_context.cc @@ -9,9 +9,9 @@ #include "base/logging.h" #include "base/rand_util.h" #include "base/stl_util.h" -#include "base/string_number_conversions.h" #include "base/string_util.h" #include "base/stringprintf.h" +#include "base/strings/string_number_conversions.h" #include "webkit/fileapi/file_system_url.h" namespace fileapi { |