Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(682)

Side by Side Diff: components/omnibox/autocomplete_match.h

Issue 443043003: Rename components/autocomplete to components/omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #ifndef COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_H_ 5 #ifndef COMPONENTS_OMNIBOX_AUTOCOMPLETE_MATCH_H_
6 #define COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_H_ 6 #define COMPONENTS_OMNIBOX_AUTOCOMPLETE_MATCH_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "components/autocomplete/autocomplete_match_type.h" 13 #include "components/omnibox/autocomplete_match_type.h"
14 #include "components/search_engines/template_url.h" 14 #include "components/search_engines/template_url.h"
15 #include "content/public/common/page_transition_types.h" 15 #include "content/public/common/page_transition_types.h"
16 #include "url/gurl.h" 16 #include "url/gurl.h"
17 17
18 class AutocompleteProvider; 18 class AutocompleteProvider;
19 class TemplateURL; 19 class TemplateURL;
20 class TemplateURLService; 20 class TemplateURLService;
21 21
22 namespace base { 22 namespace base {
23 class Time; 23 class Time;
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 void ValidateClassifications( 379 void ValidateClassifications(
380 const base::string16& text, 380 const base::string16& text,
381 const ACMatchClassifications& classifications) const; 381 const ACMatchClassifications& classifications) const;
382 #endif 382 #endif
383 }; 383 };
384 384
385 typedef AutocompleteMatch::ACMatchClassification ACMatchClassification; 385 typedef AutocompleteMatch::ACMatchClassification ACMatchClassification;
386 typedef std::vector<ACMatchClassification> ACMatchClassifications; 386 typedef std::vector<ACMatchClassification> ACMatchClassifications;
387 typedef std::vector<AutocompleteMatch> ACMatches; 387 typedef std::vector<AutocompleteMatch> ACMatches;
388 388
389 #endif // COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_H_ 389 #endif // COMPONENTS_OMNIBOX_AUTOCOMPLETE_MATCH_H_
OLDNEW
« no previous file with comments | « components/omnibox/autocomplete_input_unittest.cc ('k') | components/omnibox/autocomplete_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698