| Index: chrome/browser/tab_contents/web_contents_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_contents_unittest.cc (revision 52977)
|
| +++ chrome/browser/tab_contents/web_contents_unittest.cc (working copy)
|
| @@ -43,7 +43,9 @@
|
| // Subclass the TestingProfile so that it can return certain services we need.
|
| class TabContentsTestingProfile : public TestingProfile {
|
| public:
|
| - TabContentsTestingProfile() : TestingProfile() { }
|
| + TabContentsTestingProfile() : TestingProfile() {
|
| + CreateBookmarkModel(false);
|
| + }
|
|
|
| virtual PrefService* GetPrefs() {
|
| if (!prefs_.get()) {
|
|
|