| Index: chrome/browser/bookmarks/bookmark_table_model.cc
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_table_model.cc (revision 18411)
|
| +++ chrome/browser/bookmarks/bookmark_table_model.cc (working copy)
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| +#include "app/table_model_observer.h"
|
| #include "base/string_util.h"
|
| #include "base/time_format.h"
|
| #include "chrome/browser/bookmarks/bookmark_utils.h"
|
| @@ -21,10 +22,6 @@
|
| #include "net/base/escape.h"
|
| #include "net/base/net_util.h"
|
|
|
| -#if defined(TOOLKIT_VIEWS)
|
| -#include "views/controls/table/table_model_observer.h"
|
| -#endif
|
| -
|
| namespace {
|
|
|
| // Number of bookmarks shown in recently bookmarked.
|
|
|