| Index: chrome/browser/history/history_database.h
|
| diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h
|
| index 43b7862388b16aac0218d01c1871fa9c086b4795..c3adf0f8ae1ebda590b7c0d5290dbeeee00ea21e 100644
|
| --- a/chrome/browser/history/history_database.h
|
| +++ b/chrome/browser/history/history_database.h
|
| @@ -10,10 +10,9 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/history/download_database.h"
|
| -#include "chrome/browser/history/history_types.h"
|
| -#include "chrome/browser/history/url_database.h"
|
| #include "chrome/browser/history/visit_database.h"
|
| #include "chrome/browser/history/visitsegment_database.h"
|
| +#include "components/history/core/browser/url_database.h"
|
| #include "sql/connection.h"
|
| #include "sql/init_status.h"
|
| #include "sql/meta_table.h"
|
|
|