Index: chrome/browser/autocomplete/history_provider.cc |
=================================================================== |
--- chrome/browser/autocomplete/history_provider.cc (revision 156377) |
+++ chrome/browser/autocomplete/history_provider.cc (working copy) |
@@ -2,12 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/autocomplete/history_url_provider.h" |
+#include "chrome/browser/autocomplete/history_provider.h" |
#include <string> |
#include "base/string_util.h" |
#include "base/utf_string_conversions.h" |
+#include "chrome/browser/autocomplete/autocomplete_input.h" |
Mark P
2012/09/28 00:55:13
I'm curious: are either of the above two things ne
mrossetti
2012/10/02 00:44:16
No, it's just cleanup that I happened across. I ca
|
#include "chrome/browser/autocomplete/autocomplete_match.h" |
#include "chrome/browser/autocomplete/autocomplete_provider_listener.h" |
#include "chrome/browser/history/history.h" |