| Index: chrome/browser/bookmarks/bookmark_html_writer.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_html_writer.h b/chrome/browser/bookmarks/bookmark_html_writer.h
|
| index 7badebbad7f4f850ff4e7452ebe6734672086a69..36330bf6acd77d502e0dd0fe5a788210fcac992b 100644
|
| --- a/chrome/browser/bookmarks/bookmark_html_writer.h
|
| +++ b/chrome/browser/bookmarks/bookmark_html_writer.h
|
| @@ -17,9 +17,12 @@
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|
| -class BookmarkNode;
|
| class Profile;
|
|
|
| +namespace bookmarks {
|
| +class BookmarkNode;
|
| +}
|
| +
|
| namespace chrome {
|
| struct FaviconRawBitmapResult;
|
| }
|
| @@ -58,7 +61,7 @@ class BookmarkFaviconFetcher: public content::NotificationObserver {
|
|
|
| private:
|
| // Recursively extracts URLs from bookmarks.
|
| - void ExtractUrls(const BookmarkNode* node);
|
| + void ExtractUrls(const bookmarks::BookmarkNode* node);
|
|
|
| // Executes Writer task that writes bookmarks data to html file.
|
| void ExecuteWriter();
|
|
|