| Index: base/json/json_file_value_serializer.h
|
| diff --git a/base/json/json_file_value_serializer.h b/base/json/json_file_value_serializer.h
|
| index 80063739dc596948a519d73c4a86d00406f86c82..97d70be37f0c6beb64cc4aabe86f974418419091 100644
|
| --- a/base/json/json_file_value_serializer.h
|
| +++ b/base/json/json_file_value_serializer.h
|
| @@ -58,10 +58,10 @@ class BASE_EXPORT JSONFileValueSerializer : public base::ValueSerializer {
|
| };
|
|
|
| // File-specific error messages that can be returned.
|
| - static const char* kAccessDenied;
|
| - static const char* kCannotReadFile;
|
| - static const char* kFileLocked;
|
| - static const char* kNoSuchFile;
|
| + static const char kAccessDenied[];
|
| + static const char kCannotReadFile[];
|
| + static const char kFileLocked[];
|
| + static const char kNoSuchFile[];
|
|
|
| // Convert an error code into an error message. |error_code| is assumed to
|
| // be a JsonFileError.
|
|
|