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

Unified Diff: chrome/browser/themes/theme_service.h

Issue 924793003: Cleanup: Convert const char* kFoo to const char kFoo[]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
Index: chrome/browser/themes/theme_service.h
diff --git a/chrome/browser/themes/theme_service.h b/chrome/browser/themes/theme_service.h
index b70fd74c3cdb19ec7b8f273e11b1dbbd4532cba1..06f8aa0b0cff9cccbc9832cb8054a3dd94fc0953 100644
--- a/chrome/browser/themes/theme_service.h
+++ b/chrome/browser/themes/theme_service.h
@@ -62,7 +62,7 @@ class ThemeService : public base::NonThreadSafe,
public ui::ThemeProvider {
public:
// Public constants used in ThemeService and its subclasses:
- static const char* kDefaultThemeID;
+ static const char kDefaultThemeID[];
ThemeService();
~ThemeService() override;

Powered by Google App Engine
This is Rietveld 408576698