blob: c6327f2fc55ce279fecd9e5b2c39d1723f58f8b6 [file] [log] [blame]
// Copyright 2016 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_TEST_APP_HISTORY_TEST_UTIL_H_
#define IOS_CHROME_TEST_APP_HISTORY_TEST_UTIL_H_
#import "base/ios/block_types.h"
namespace chrome_test_util {
// Clears browsing history.
void ClearBrowsingHistory();
} // namespace chrome_test_util
#endif // IOS_CHROME_TEST_APP_HISTORY_TEST_UTIL_H_