chromium/extensions/browser/updater/extension_downloader_test_delegate.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef EXTENSIONS_BROWSER_UPDATER_EXTENSION_DOWNLOADER_TEST_DELEGATE_H_
#define EXTENSIONS_BROWSER_UPDATER_EXTENSION_DOWNLOADER_TEST_DELEGATE_H_

#include <vector>

#include "extensions/browser/updater/extension_downloader_task.h"

namespace extensions {

class ExtensionDownloader;
class ExtensionDownloaderDelegate;

// A class for intercepting the work of checking for / downloading extension
// updates.
class ExtensionDownloaderTestDelegate {};

}  // namespace extensions

#endif  // EXTENSIONS_BROWSER_UPDATER_EXTENSION_DOWNLOADER_TEST_DELEGATE_H_