Chromium Code Reviews| Index: base/native_library.h |
| diff --git a/base/native_library.h b/base/native_library.h |
| index 27e603ef4789cf586a9cc39c6b46594296eee6fa..891f35bd540a07c5049417ba37e4e2e20ded9df7 100644 |
| --- a/base/native_library.h |
| +++ b/base/native_library.h |
| @@ -17,7 +17,7 @@ |
| #import <CoreFoundation/CoreFoundation.h> |
| #endif // OS_* |
| -#include "base/string16.h" |
| +#include "base/strings/string16.h" |
| // Macro useful for writing cross-platform function pointers. |
| #if defined(OS_WIN) && !defined(CDECL) |