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

Unified Diff: content/browser/compositor/gl_helper_benchmark.cc

Issue 1875913002: Cleanup: Convert const char* kFoo to const char kFoo[]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/browser_thread_impl.cc ('k') | content/browser/download/download_net_log_parameters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/compositor/gl_helper_benchmark.cc
diff --git a/content/browser/compositor/gl_helper_benchmark.cc b/content/browser/compositor/gl_helper_benchmark.cc
index 845d82a426421b6c65c4ca5b2bd012a4627d955f..5b8a5c6d77344169daabedd077b59766644dfa23 100644
--- a/content/browser/compositor/gl_helper_benchmark.cc
+++ b/content/browser/compositor/gl_helper_benchmark.cc
@@ -42,7 +42,7 @@ content::GLHelper::ScalerQuality kQualities[] = {
content::GLHelper::SCALER_QUALITY_FAST,
};
-const char* kQualityNames[] = {
+const char* const kQualityNames[] = {
"best", "good", "fast",
};
@@ -244,4 +244,4 @@ TEST_F(GLHelperTest, DISABLED_ScaleTestImage) {
gl_->DeleteFramebuffers(1, &framebuffer);
}
-} // namespace
+} // namespace content
« no previous file with comments | « content/browser/browser_thread_impl.cc ('k') | content/browser/download/download_net_log_parameters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698