chromium/components/favicon/core/favicon_driver_observer.h

// Copyright 2014 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_FAVICON_CORE_FAVICON_DRIVER_OBSERVER_H_
#define COMPONENTS_FAVICON_CORE_FAVICON_DRIVER_OBSERVER_H_

namespace gfx {
class Image;
}

class GURL;

namespace favicon {

class FaviconDriver;

// An observer implemented by classes which are interested in event from
// FaviconDriver.
class FaviconDriverObserver {};

}  // namespace favicon

#endif  // COMPONENTS_FAVICON_CORE_FAVICON_DRIVER_OBSERVER_H_