blob: c517c3039a30eeccf9bdabff9e999485b52dcffc [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_DOWNLOAD_DOWNLOAD_TEST_UTIL_H_
#define IOS_CHROME_BROWSER_DOWNLOAD_DOWNLOAD_TEST_UTIL_H_
#include <string>
namespace testing {
extern const char kPkPassFilePath[];
extern const char kUsdzFilePath[];
// Returns contents of the test file at the given relative path in the chrome
// test directory.
std::string GetTestFileContents(const char* file_path);
} // namespace testing
#endif // IOS_CHROME_BROWSER_DOWNLOAD_DOWNLOAD_TEST_UTIL_H_