// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Error codes reported by self tests or to UMA. #ifndef NET_DISK_CACHE_BLOCKFILE_ERRORS_H_ #define NET_DISK_CACHE_BLOCKFILE_ERRORS_H_ namespace disk_cache { enum { … }; } // namespace disk_cache #endif // NET_DISK_CACHE_BLOCKFILE_ERRORS_H_