| Index: chrome/browser/history/history.h
|
| diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h
|
| index 131ef95f06963a560b84cab1ea21b0c23e7b541e..06008de5b56fe64332998bbf6b0c808bb42d5f33 100644
|
| --- a/chrome/browser/history/history.h
|
| +++ b/chrome/browser/history/history.h
|
| @@ -9,7 +9,6 @@
|
| #include <set>
|
| #include <vector>
|
|
|
| -#include "app/sql/init_status.h"
|
| #include "base/basictypes.h"
|
| #include "base/callback_old.h"
|
| #include "base/file_path.h"
|
| @@ -25,6 +24,7 @@
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| #include "content/common/page_transition_types.h"
|
| +#include "sql/init_status.h"
|
|
|
| class BookmarkService;
|
| struct DownloadHistoryInfo;
|
|
|