| Index: tools/gn/loader.h
|
| diff --git a/tools/gn/loader.h b/tools/gn/loader.h
|
| index 5a379ecf9a19f773dd04d7bc2cd01704284c3f2f..3d61fe4b4e867e005c686305d573100220304880 100644
|
| --- a/tools/gn/loader.h
|
| +++ b/tools/gn/loader.h
|
| @@ -63,7 +63,7 @@ class Loader : public base::RefCountedThreadSafe<Loader> {
|
| // of set_default_build_config. The implementation of that function uses this
|
| // constant as a property key to get the Label* out of the scope where the
|
| // label should be stored.
|
| - static const void* kDefaultToolchainKey;
|
| + static const void* const kDefaultToolchainKey;
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<Loader>;
|
|
|