Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Unified Diff: components/history/core/android/android_urls_sql_handler.cc

Issue 849323002: Componentize HistoryDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/history/core/android/android_urls_sql_handler.cc
diff --git a/components/history/core/android/android_urls_sql_handler.cc b/components/history/core/android/android_urls_sql_handler.cc
index e98b49efac886ef58c715fa3b22e71ebe6b1bef8..a0e5c7e68017ba2e92b0e200559989b0f0b804dd 100644
--- a/components/history/core/android/android_urls_sql_handler.cc
+++ b/components/history/core/android/android_urls_sql_handler.cc
@@ -5,7 +5,7 @@
#include "components/history/core/android/android_urls_sql_handler.h"
#include "base/logging.h"
-#include "components/history/core/android/android_urls_database.h"
+#include "components/history/core/browser/android/android_urls_database.h"
namespace history {

Powered by Google App Engine
This is Rietveld 408576698