Commit 0ef2f62c authored by beidson@apple.com's avatar beidson@apple.com

Build fix after r81208 for https://bugs.webkit.org/show_bug.cgi?id=56425

* loader/icon/IconDatabaseBase.h: #include instead of forward declare.



git-svn-id: svn://svn.chromium.org/blink/trunk@81211 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent a03dd3a7
2011-03-15 Brady Eidson <beidson@apple.com>
Build fix after r81208 for https://bugs.webkit.org/show_bug.cgi?id=56425
* loader/icon/IconDatabaseBase.h: #include instead of forward declare.
2011-03-15 Beth Dakin <bdakin@apple.com>
Reviewed by Darin Adler.
......
......@@ -26,18 +26,18 @@
#ifndef IconDatabaseBase_h
#define IconDatabaseBase_h
#include "SharedBuffer.h"
#include <wtf/Forward.h>
#include <wtf/Noncopyable.h>
#include <wtf/PassRefPtr.h>
namespace WebCore {
class DocumentLoader;
class IconDatabaseClient;
class Image;
class IntSize;
class SharedBuffer;
enum IconLoadDecision {
IconLoadYes,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment