| Index: chrome/browser/bookmarks/recently_used_folders_combo_model.h
|
| diff --git a/chrome/browser/bookmarks/recently_used_folders_combo_model.h b/chrome/browser/bookmarks/recently_used_folders_combo_model.h
|
| index 96666ff2a9e11342623e348127f1681c252e4b77..f446af7ee810e7b36d5e5992dd9e1d4d6194fc2b 100644
|
| --- a/chrome/browser/bookmarks/recently_used_folders_combo_model.h
|
| +++ b/chrome/browser/bookmarks/recently_used_folders_combo_model.h
|
| @@ -7,10 +7,13 @@
|
|
|
| #include <vector>
|
|
|
| -#include "base/string16.h"
|
| -#include "chrome/browser/bookmarks/bookmark_model.h"
|
| +#include "base/basictypes.h"
|
| +#include "base/compiler_specific.h"
|
| #include "ui/base/models/combobox_model.h"
|
|
|
| +class BookmarkModel;
|
| +class BookmarkNode;
|
| +
|
| // Model for the combobox showing the list of folders to choose from. The
|
| // list always contains the bookmark bar, other node and parent. The list
|
| // also contains an extra item that shows the text 'Choose another folder...'.
|
|
|