diff options
Diffstat (limited to 'chrome/browser/history/android')
-rw-r--r-- | chrome/browser/history/android/android_history_types.h | 2 | ||||
-rw-r--r-- | chrome/browser/history/android/bookmark_model_sql_handler.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/history/android/android_history_types.h b/chrome/browser/history/android/android_history_types.h index 843f465..a385d6a 100644 --- a/chrome/browser/history/android/android_history_types.h +++ b/chrome/browser/history/android/android_history_types.h @@ -9,7 +9,7 @@ #include "base/memory/scoped_ptr.h" #include "chrome/browser/history/history_types.h" -#include "chrome/browser/search_engines/template_url_id.h" +#include "chrome/browser/common/url_database/template_url_id.h" #include "sql/statement.h" namespace sql { diff --git a/chrome/browser/history/android/bookmark_model_sql_handler.cc b/chrome/browser/history/android/bookmark_model_sql_handler.cc index 35cdda3..852caae 100644 --- a/chrome/browser/history/android/bookmark_model_sql_handler.cc +++ b/chrome/browser/history/android/bookmark_model_sql_handler.cc @@ -9,7 +9,7 @@ #include "chrome/browser/bookmarks/bookmark_model.h" #include "chrome/browser/bookmarks/bookmark_model_factory.h" #include "chrome/browser/browser_process.h" -#include "chrome/browser/history/url_database.h" +#include "chrome/browser/common/url_database/url_database.h" #include "chrome/browser/profiles/profile_manager.h" #include "content/public/browser/browser_thread.h" |