| Index: webkit/support/platform_support_linux.cc
|
| diff --git a/webkit/support/platform_support_linux.cc b/webkit/support/platform_support_linux.cc
|
| index ce622eaa2167b258438d6de8fb7a9232244787f9..0417310f024449b483ad9a72a4cec364c97076cf 100644
|
| --- a/webkit/support/platform_support_linux.cc
|
| +++ b/webkit/support/platform_support_linux.cc
|
| @@ -8,7 +8,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| -#include "base/string16.h"
|
| +#include "base/string16.h.h"
|
| #include "base/string_piece.h"
|
| #include "grit/webkit_resources.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| @@ -38,7 +38,7 @@ void AfterShutdown() {
|
|
|
| } // namespace webkit_support
|
|
|
| -string16 TestWebKitPlatformSupport::GetLocalizedString(int message_id) {
|
| +base::string16 TestWebKitPlatformSupport::GetLocalizedString(int message_id) {
|
| return ResourceBundle::GetSharedInstance().GetLocalizedString(message_id);
|
| }
|
|
|
|
|