| Index: chrome/browser/history/history_backend_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/history/history_backend_unittest.cc (revision 111481)
|
| +++ chrome/browser/history/history_backend_unittest.cc (working copy)
|
| @@ -19,7 +19,6 @@
|
| #include "chrome/browser/history/history_notifications.h"
|
| #include "chrome/browser/history/in_memory_database.h"
|
| #include "chrome/browser/history/in_memory_history_backend.h"
|
| -#include "chrome/browser/history/in_memory_url_index.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/thumbnail_score.h"
|
| @@ -147,6 +146,7 @@
|
|
|
| BookmarkModel bookmark_model_;
|
|
|
| + protected:
|
| bool loaded_;
|
|
|
| private:
|
|
|