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

Side by Side Diff: athena/main/url_search_provider.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
« no previous file with comments | « athena/main/athena_main.gyp ('k') | athena/main/url_search_provider.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ATHENA_MAIN_URL_SEARCH_PROVIDER_H_ 5 #ifndef ATHENA_MAIN_URL_SEARCH_PROVIDER_H_
6 #define ATHENA_MAIN_URL_SEARCH_PROVIDER_H_ 6 #define ATHENA_MAIN_URL_SEARCH_PROVIDER_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "components/autocomplete/autocomplete_input.h" 9 #include "components/omnibox/autocomplete_input.h"
10 #include "net/url_request/url_fetcher_delegate.h" 10 #include "net/url_request/url_fetcher_delegate.h"
11 #include "ui/app_list/search_provider.h" 11 #include "ui/app_list/search_provider.h"
12 12
13 class TemplateURLService; 13 class TemplateURLService;
14 14
15 namespace content { 15 namespace content {
16 class BrowserContext; 16 class BrowserContext;
17 } 17 }
18 18
19 namespace athena { 19 namespace athena {
(...skipping 23 matching lines...) Expand all
43 AutocompleteInput input_; 43 AutocompleteInput input_;
44 scoped_ptr<net::URLFetcher> suggestion_fetcher_; 44 scoped_ptr<net::URLFetcher> suggestion_fetcher_;
45 bool should_fetch_suggestions_again_; 45 bool should_fetch_suggestions_again_;
46 46
47 DISALLOW_COPY_AND_ASSIGN(UrlSearchProvider); 47 DISALLOW_COPY_AND_ASSIGN(UrlSearchProvider);
48 }; 48 };
49 49
50 } // namespace athena 50 } // namespace athena
51 51
52 #endif // ATHENA_MAIN_URL_SEARCH_PROVIDER_H_ 52 #endif // ATHENA_MAIN_URL_SEARCH_PROVIDER_H_
OLDNEW
« no previous file with comments | « athena/main/athena_main.gyp ('k') | athena/main/url_search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698