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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file is automatically generated from the script in 5 // This file is automatically generated from the script in
6 // chrome/browser/extensions/activity_log/generate_ad_network_hashes.py. 6 // chrome/browser/extensions/activity_log/generate_ad_network_hashes.py.
7 // DO NOT MODIFY BY HAND! 7 // DO NOT MODIFY BY HAND!
8 8
9 #ifndef CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_HASHED_AD_NETWORKS_H_ 9 #ifndef CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_HASHED_AD_NETWORKS_H_
10 #define CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_HASHED_AD_NETWORKS_H_ 10 #define CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_HASHED_AD_NETWORKS_H_
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 13
14 namespace extensions { 14 namespace extensions {
15 15
16 extern const char* kHashedAdNetworks[]; 16 extern const char* const kHashedAdNetworks[];
17 extern const int kNumHashedAdNetworks; 17 extern const int kNumHashedAdNetworks;
18 18
19 } // namespace extensions 19 } // namespace extensions
20 20
21 #endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_HASHED_AD_NETWORKS_H_ 21 #endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_HASHED_AD_NETWORKS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698