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
3// found in the LICENSE file.
4
5// This file is automatically generated from the script in
6// chrome/browser/extensions/activity_log/generate_ad_network_hashes.py.
7// DO NOT MODIFY BY HAND!
8
9#ifndef CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_HASHED_AD_NETWORKS_H_
10#define CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_HASHED_AD_NETWORKS_H_
11
12#include "base/basictypes.h"
13
14namespace extensions {
15
16extern const char* kHashedAdNetworks[];
17extern const int kNumHashedAdNetworks;
18
19}  // namespace extensions
20
21#endif  // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_HASHED_AD_NETWORKS_H_
22