// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_OFFLINE_PAGES_TASK_TEST_TASK_RUNNER_H_ #define COMPONENTS_OFFLINE_PAGES_TASK_TEST_TASK_RUNNER_H_ #include <memory> namespace offline_pages { class Task; // Tool for running (task queue related) tasks in test. class TestTaskRunner { … }; } // namespace offline_pages #endif // COMPONENTS_OFFLINE_PAGES_TASK_TEST_TASK_RUNNER_H_