1*6777b538SAndroid Build Coastguard Worker // Copyright 2014 The Chromium Authors 2*6777b538SAndroid Build Coastguard Worker // Use of this source code is governed by a BSD-style license that can be 3*6777b538SAndroid Build Coastguard Worker // found in the LICENSE file. 4*6777b538SAndroid Build Coastguard Worker 5*6777b538SAndroid Build Coastguard Worker #ifndef TESTING_COVERAGE_UTIL_IOS_H_ 6*6777b538SAndroid Build Coastguard Worker #define TESTING_COVERAGE_UTIL_IOS_H_ 7*6777b538SAndroid Build Coastguard Worker 8*6777b538SAndroid Build Coastguard Worker namespace coverage_util { 9*6777b538SAndroid Build Coastguard Worker 10*6777b538SAndroid Build Coastguard Worker // In debug builds, if IOS_ENABLE_COVERAGE is defined, sets the filename of the 11*6777b538SAndroid Build Coastguard Worker // coverage file. Otherwise, it does nothing. 12*6777b538SAndroid Build Coastguard Worker void ConfigureCoverageReportPath(); 13*6777b538SAndroid Build Coastguard Worker 14*6777b538SAndroid Build Coastguard Worker } // namespace coverage_util 15*6777b538SAndroid Build Coastguard Worker 16*6777b538SAndroid Build Coastguard Worker #endif // TESTING_COVERAGE_UTIL_IOS_H_ 17