| OLD | NEW |
| 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_ |
| OLD | NEW |