| Index: content/shell/webkit_test_platform_support_win.cc
|
| diff --git a/content/shell/webkit_test_platform_support_win.cc b/content/shell/webkit_test_platform_support_win.cc
|
| index a77abc880bb7437c2cf081d68cf3ae51b9413489..df9faf2e497611137f296357e2cbf6c08496cd22 100644
|
| --- a/content/shell/webkit_test_platform_support_win.cc
|
| +++ b/content/shell/webkit_test_platform_support_win.cc
|
| @@ -13,7 +13,7 @@
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| -#include "base/utf_string_conversions.h"
|
| +#include "base/strings/utf_string_conversions.h"
|
|
|
| #define SIZEOF_STRUCT_WITH_SPECIFIED_LAST_MEMBER(struct_name, member) \
|
| offsetof(struct_name, member) + \
|
|
|