| Index: base/files/file_path.h
|
| diff --git a/base/files/file_path.h b/base/files/file_path.h
|
| index 2e0009d94dc94f1ab22e235dc72b345ba717684b..cf3dc620e3760def439a37b21668236e85d52c83 100644
|
| --- a/base/files/file_path.h
|
| +++ b/base/files/file_path.h
|
| @@ -110,7 +110,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/hash_tables.h"
|
| #include "base/string16.h"
|
| -#include "base/string_piece.h" // For implicit conversions.
|
| +#include "base/strings/string_piece.h" // For implicit conversions.
|
| #include "build/build_config.h"
|
|
|
| // Windows-style drive letter support and pathname separator characters can be
|
|
|