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

Unified Diff: chrome/browser/extensions/activity_log/hashed_ad_networks.h

Issue 635573005: Cleanup: Better constify some strings in chrome/browser/{chromeos,extensions}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, nit Created 6 years, 2 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/extensions/activity_log/hashed_ad_networks.h
diff --git a/chrome/browser/extensions/activity_log/hashed_ad_networks.h b/chrome/browser/extensions/activity_log/hashed_ad_networks.h
index 9ba112d4d7cd23f9a57bd4b709ccfbb10b18fcac..ddec2b2480dd55e71fb5345b694cb5d8bb0808b5 100644
--- a/chrome/browser/extensions/activity_log/hashed_ad_networks.h
+++ b/chrome/browser/extensions/activity_log/hashed_ad_networks.h
@@ -13,7 +13,7 @@
namespace extensions {
-extern const char* kHashedAdNetworks[];
+extern const char* const kHashedAdNetworks[];
extern const int kNumHashedAdNetworks;
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698