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

Unified Diff: chrome/browser/history/android/android_provider_backend.h

Issue 849323002: Componentize HistoryDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android compilation 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: chrome/browser/history/android/android_provider_backend.h
diff --git a/chrome/browser/history/android/android_provider_backend.h b/chrome/browser/history/android/android_provider_backend.h
index 722abfaa0de8e721ef5619ec8da3b8b0b7749f5d..20a5e6809d4e42b740fd20930c68eced80d6e24d 100644
--- a/chrome/browser/history/android/android_provider_backend.h
+++ b/chrome/browser/history/android/android_provider_backend.h
@@ -15,9 +15,9 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/scoped_vector.h"
#include "chrome/browser/history/history_notifications.h"
-#include "components/history/core/android/android_cache_database.h"
-#include "components/history/core/android/android_history_types.h"
-#include "components/history/core/android/sql_handler.h"
+#include "components/history/core/browser/android/android_cache_database.h"
+#include "components/history/core/browser/android/android_history_types.h"
+#include "components/history/core/browser/android/sql_handler.h"
#include "sql/statement.h"
#include "sql/transaction.h"

Powered by Google App Engine
This is Rietveld 408576698