| 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 -------------------------------------------------------------------
|
|
|