| Index: chrome/test/base/history_index_restore_observer.h
|
| diff --git a/chrome/test/base/history_index_restore_observer.h b/chrome/test/base/history_index_restore_observer.h
|
| index 1eea1c733aab85c5a5205cb2f17a4720800ef069..a30574eca0fae97e3598b443db1b424fa8567284 100644
|
| --- a/chrome/test/base/history_index_restore_observer.h
|
| +++ b/chrome/test/base/history_index_restore_observer.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef CHROME_TEST_BASE_HISTORY_INDEX_RESTORE_OBSERVER_H_
|
| #define CHROME_TEST_BASE_HISTORY_INDEX_RESTORE_OBSERVER_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "components/omnibox/browser/in_memory_url_index.h"
|
|
|
| // HistoryIndexRestoreObserver is used when blocking until the InMemoryURLIndex
|
|
|