| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/autocomplete/history_quick_provider.h" | 5 #include "chrome/browser/autocomplete/history_quick_provider.h" |
| 6 | 6 |
| 7 #include <algorithm> | 7 #include <algorithm> |
| 8 #include <functional> | 8 #include <functional> |
| 9 #include <set> | 9 #include <set> |
| 10 #include <string> | 10 #include <string> |
| 11 #include <vector> | 11 #include <vector> |
| 12 | 12 |
| 13 #include "base/format_macros.h" | 13 #include "base/format_macros.h" |
| 14 #include "base/memory/scoped_ptr.h" | 14 #include "base/memory/scoped_ptr.h" |
| 15 #include "base/message_loop/message_loop.h" | 15 #include "base/message_loop/message_loop.h" |
| 16 #include "base/prefs/pref_service.h" | 16 #include "base/prefs/pref_service.h" |
| 17 #include "base/strings/stringprintf.h" | 17 #include "base/strings/stringprintf.h" |
| 18 #include "base/strings/utf_string_conversions.h" | 18 #include "base/strings/utf_string_conversions.h" |
| 19 #include "chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.h" | 19 #include "chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.h" |
| 20 #include "chrome/browser/autocomplete/history_url_provider.h" | 20 #include "chrome/browser/autocomplete/history_url_provider.h" |
| 21 #include "chrome/browser/bookmarks/bookmark_model_factory.h" | 21 #include "chrome/browser/bookmarks/bookmark_model_factory.h" |
| 22 #include "chrome/browser/chrome_notification_types.h" | 22 #include "chrome/browser/chrome_notification_types.h" |
| 23 #include "chrome/browser/history/history_backend.h" | 23 #include "chrome/browser/history/history_backend.h" |
| 24 #include "chrome/browser/history/history_database.h" | |
| 25 #include "chrome/browser/history/history_service.h" | 24 #include "chrome/browser/history/history_service.h" |
| 26 #include "chrome/browser/history/history_service_factory.h" | 25 #include "chrome/browser/history/history_service_factory.h" |
| 27 #include "chrome/browser/history/in_memory_url_index.h" | 26 #include "chrome/browser/history/in_memory_url_index.h" |
| 28 #include "chrome/browser/history/url_index_private_data.h" | 27 #include "chrome/browser/history/url_index_private_data.h" |
| 29 #include "chrome/browser/search_engines/chrome_template_url_service_client.h" | 28 #include "chrome/browser/search_engines/chrome_template_url_service_client.h" |
| 30 #include "chrome/browser/search_engines/template_url_service_factory.h" | 29 #include "chrome/browser/search_engines/template_url_service_factory.h" |
| 31 #include "chrome/test/base/testing_browser_process.h" | 30 #include "chrome/test/base/testing_browser_process.h" |
| 32 #include "chrome/test/base/testing_profile.h" | 31 #include "chrome/test/base/testing_profile.h" |
| 33 #include "components/bookmarks/test/bookmark_test_helpers.h" | 32 #include "components/bookmarks/test/bookmark_test_helpers.h" |
| 33 #include "components/history/core/browser/history_database.h" |
| 34 #include "components/history/core/browser/url_database.h" | 34 #include "components/history/core/browser/url_database.h" |
| 35 #include "components/metrics/proto/omnibox_event.pb.h" | 35 #include "components/metrics/proto/omnibox_event.pb.h" |
| 36 #include "components/omnibox/autocomplete_match.h" | 36 #include "components/omnibox/autocomplete_match.h" |
| 37 #include "components/omnibox/autocomplete_result.h" | 37 #include "components/omnibox/autocomplete_result.h" |
| 38 #include "components/search_engines/search_terms_data.h" | 38 #include "components/search_engines/search_terms_data.h" |
| 39 #include "components/search_engines/template_url.h" | 39 #include "components/search_engines/template_url.h" |
| 40 #include "components/search_engines/template_url_service.h" | 40 #include "components/search_engines/template_url_service.h" |
| 41 #include "content/public/browser/notification_service.h" | 41 #include "content/public/browser/notification_service.h" |
| 42 #include "content/public/test/test_browser_thread.h" | 42 #include "content/public/test/test_browser_thread.h" |
| 43 #include "content/public/test/test_utils.h" | 43 #include "content/public/test/test_utils.h" |
| (...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 | 783 |
| 784 TEST_F(HQPOrderingTest, TEAMatch) { | 784 TEST_F(HQPOrderingTest, TEAMatch) { |
| 785 std::vector<std::string> expected_urls; | 785 std::vector<std::string> expected_urls; |
| 786 expected_urls.push_back("http://www.teamliquid.net/"); | 786 expected_urls.push_back("http://www.teamliquid.net/"); |
| 787 expected_urls.push_back("http://www.teamliquid.net/tlpd"); | 787 expected_urls.push_back("http://www.teamliquid.net/tlpd"); |
| 788 expected_urls.push_back("http://www.teamliquid.net/tlpd/korean/players"); | 788 expected_urls.push_back("http://www.teamliquid.net/tlpd/korean/players"); |
| 789 RunTest(ASCIIToUTF16("tea"), false, expected_urls, true, | 789 RunTest(ASCIIToUTF16("tea"), false, expected_urls, true, |
| 790 ASCIIToUTF16("www.teamliquid.net"), | 790 ASCIIToUTF16("www.teamliquid.net"), |
| 791 ASCIIToUTF16("mliquid.net")); | 791 ASCIIToUTF16("mliquid.net")); |
| 792 } | 792 } |
| OLD | NEW |