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

Unified Diff: chrome/browser/history/history_marshaling.h

Issue 10217010: Completed the code path from AndroidProviderService to HistoryBackend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 8 years, 8 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/history_marshaling.h
diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
index dc91c5e82c1b2e2b908ab9d0c6182c0990b4b907..620039397863f6c343b5e7d01fa5fb3895386fd9 100644
--- a/chrome/browser/history/history_marshaling.h
+++ b/chrome/browser/history/history_marshaling.h
@@ -15,6 +15,10 @@
#include "chrome/browser/history/history.h"
#include "chrome/browser/history/page_usage_data.h"
+#if defined(OS_ANDROID)
+#include "chrome/browser/history/history_marshaling_android.h"
+#endif
+
namespace history {
// Querying -------------------------------------------------------------------
« no previous file with comments | « chrome/browser/history/history_backend_android.cc ('k') | chrome/browser/history/history_marshaling_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698