diff options
Diffstat (limited to 'content/shell/shell_content_client.cc')
-rw-r--r-- | content/shell/shell_content_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_content_client.cc b/content/shell/shell_content_client.cc index f96b6a3..a8f697a 100644 --- a/content/shell/shell_content_client.cc +++ b/content/shell/shell_content_client.cc @@ -5,7 +5,7 @@ #include "content/shell/shell_content_client.h" #include "base/command_line.h" -#include "base/string_piece.h" +#include "base/strings/string_piece.h" #include "base/utf_string_conversions.h" #include "content/public/common/content_switches.h" #include "content/shell/shell_switches.h" |