| Index: chrome/browser/custom_home_pages_table_model.cc
|
| ===================================================================
|
| --- chrome/browser/custom_home_pages_table_model.cc (revision 72000)
|
| +++ chrome/browser/custom_home_pages_table_model.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/custom_home_pages_table_model.h"
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/i18n/rtl.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/browser_list.h"
|
| @@ -22,6 +21,7 @@
|
| #include "net/base/net_util.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/models/table_model_observer.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| struct CustomHomePagesTableModel::Entry {
|
| Entry() : title_handle(0), fav_icon_handle(0) {}
|
|
|