Chromium Code Reviews| Index: src/log-utils.h |
| diff --git a/src/log-utils.h b/src/log-utils.h |
| index d336d714b968dafceca88d90d60435bcbfd9f6e6..2b20a01bbc6a134f0e0e9f30f575f5062fd86dc0 100644 |
| --- a/src/log-utils.h |
| +++ b/src/log-utils.h |
| @@ -59,7 +59,7 @@ class Log { |
| // This mode is only used in tests, as temporary files are automatically |
| // deleted on close and thus can't be accessed afterwards. |
| - static const char* kLogToTemporaryFile; |
| + static const char* const kLogToTemporaryFile; |
| private: |
| explicit Log(Logger* logger); |