summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_html_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_html_writer.h')
-rw-r--r--chrome/browser/bookmarks/bookmark_html_writer.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/chrome/browser/bookmarks/bookmark_html_writer.h b/chrome/browser/bookmarks/bookmark_html_writer.h
index 0ceb58e..ddc669e 100644
--- a/chrome/browser/bookmarks/bookmark_html_writer.h
+++ b/chrome/browser/bookmarks/bookmark_html_writer.h
@@ -9,16 +9,20 @@
#include <map>
#include <string>
+#include "base/file_path.h"
#include "base/memory/ref_counted.h"
-#include "chrome/browser/history/history.h"
+#include "base/memory/ref_counted_memory.h"
#include "chrome/common/cancelable_task_tracker.h"
+#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
-#include "net/base/file_stream.h"
class BookmarkNode;
-class FilePath;
class Profile;
+namespace history {
+struct FaviconBitmapResult;
+}
+
// Observer for bookmark html output. Used only in tests.
class BookmarksExportObserver {
public: