Chromium Code Reviews| Index: components/history/core/browser/history_client.h |
| diff --git a/components/history/core/browser/history_client.h b/components/history/core/browser/history_client.h |
| index 4d6b7e522b9b2685fae3375cbfe6f1f508bff0cb..4a5b53371c0763d0bc2f47e2a92fb9e93da9bc0c 100644 |
| --- a/components/history/core/browser/history_client.h |
| +++ b/components/history/core/browser/history_client.h |
| @@ -12,17 +12,10 @@ |
| class GURL; |
| -namespace base { |
| -class FilePath; |
| -} |
| - |
| namespace history { |
| -class HistoryBackend; |
| class HistoryBackendClient; |
| -class HistoryDatabase; |
| class HistoryService; |
| -class ThumbnailDatabase; |
| // This class abstracts operations that depend on the embedder's environment, |
| // e.g. Chrome. |