Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: tools/gn/loader.h

Issue 1370603002: Make some global pointers const void* const. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | tools/gn/loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>;
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | tools/gn/loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698