Index: chrome/browser/autocomplete/history_quick_provider.h |
diff --git a/chrome/browser/autocomplete/history_quick_provider.h b/chrome/browser/autocomplete/history_quick_provider.h |
index 9a8df833e83678028ca208e517fa3f81def41c7f..57db8c87c846046ab0ac84194b3aaba513da56f7 100644 |
--- a/chrome/browser/autocomplete/history_quick_provider.h |
+++ b/chrome/browser/autocomplete/history_quick_provider.h |
@@ -18,8 +18,8 @@ |
class Profile; |
namespace history { |
-class ScoredHistoryMatch; |
-} // namespace history |
+struct ScoredHistoryMatch; |
+} |
// This class is an autocomplete provider (a pseudo-internal component of |
// the history system) which quickly (and synchronously) provides matching |