| Index: base/nullable_string16.h
|
| diff --git a/base/nullable_string16.h b/base/nullable_string16.h
|
| index 6f0718311fb302cece86f03c9a68e88948351ba9..dbcd37c8470ad74758e4d216e07a34b618f05993 100644
|
| --- a/base/nullable_string16.h
|
| +++ b/base/nullable_string16.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef BASE_NULLABLE_STRING16_H_
|
| #define BASE_NULLABLE_STRING16_H_
|
|
|
| -#include "base/string16.h"
|
| +#include "base/strings/string16.h"
|
|
|
| // This class is a simple wrapper for string16 which also contains a null
|
| // state. This should be used only where the difference between null and
|
|
|