| Index: chrome/browser/history/history.h
|
| ===================================================================
|
| --- chrome/browser/history/history.h (revision 11750)
|
| +++ chrome/browser/history/history.h (working copy)
|
| @@ -15,7 +15,6 @@
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/task.h"
|
| -#include "base/time.h"
|
| #include "chrome/browser/cancelable_request.h"
|
| #include "chrome/browser/history/history_notifications.h"
|
| #include "chrome/browser/history/history_types.h"
|
| @@ -39,6 +38,10 @@
|
| class SkBitmap;
|
| struct ThumbnailScore;
|
|
|
| +namespace base {
|
| + class Time;
|
| +}
|
| +
|
| namespace history {
|
|
|
| class InMemoryHistoryBackend;
|
|
|