| Index: content/browser/plugin_process_host.cc
|
| diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc
|
| index b32bed7e731653945b70d5e93ed1e1539943b1cb..8c4756ad074b752343890e2ecee2a5dddb92c930 100644
|
| --- a/content/browser/plugin_process_host.cc
|
| +++ b/content/browser/plugin_process_host.cc
|
| @@ -19,7 +19,7 @@
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/path_service.h"
|
| -#include "base/string_util.h"
|
| +#include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "content/browser/browser_child_process_host_impl.h"
|
| #include "content/browser/gpu/gpu_data_manager_impl.h"
|
|
|