// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_DISK_CACHE_BLOCKFILE_EXPERIMENTS_H_ #define NET_DISK_CACHE_BLOCKFILE_EXPERIMENTS_H_ namespace disk_cache { // This lists the experiment groups that we care about. Only add new groups at // the end of the list, and always increase the number. enum { … }; } // namespace disk_cache #endif // NET_DISK_CACHE_BLOCKFILE_EXPERIMENTS_H_