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

Side by Side Diff: chrome/browser/ui/webui/ntp/suggestions_source_top_sites.h

Issue 10958031: Move cancelable_request.cc/h to chrome/browser/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 (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 #ifndef CHROME_BROWSER_UI_WEBUI_NTP_SUGGESTIONS_SOURCE_TOP_SITES_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_NTP_SUGGESTIONS_SOURCE_TOP_SITES_H_
6 #define CHROME_BROWSER_UI_WEBUI_NTP_SUGGESTIONS_SOURCE_TOP_SITES_H_ 6 #define CHROME_BROWSER_UI_WEBUI_NTP_SUGGESTIONS_SOURCE_TOP_SITES_H_
7 7
8 #include <deque> 8 #include <deque>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "chrome/browser/cancelable_request.h" 11 #include "chrome/browser/common/cancelable_request.h"
12 #include "chrome/browser/history/history_types.h" 12 #include "chrome/browser/history/history_types.h"
13 #include "chrome/browser/history/visit_filter.h" 13 #include "chrome/browser/history/visit_filter.h"
14 #include "chrome/browser/ui/webui/ntp/suggestions_source.h" 14 #include "chrome/browser/ui/webui/ntp/suggestions_source.h"
15 15
16 class SuggestionsCombiner; 16 class SuggestionsCombiner;
17 class Profile; 17 class Profile;
18 18
19 namespace base { 19 namespace base {
20 class DictionaryValue; 20 class DictionaryValue;
21 } 21 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 // Whether the source should provide additional debug information or not. 60 // Whether the source should provide additional debug information or not.
61 bool debug_; 61 bool debug_;
62 62
63 CancelableRequestConsumer history_consumer_; 63 CancelableRequestConsumer history_consumer_;
64 64
65 DISALLOW_COPY_AND_ASSIGN(SuggestionsSourceTopSites); 65 DISALLOW_COPY_AND_ASSIGN(SuggestionsSourceTopSites);
66 }; 66 };
67 67
68 #endif // CHROME_BROWSER_UI_WEBUI_NTP_SUGGESTIONS_SOURCE_TOP_SITES_H_ 68 #endif // CHROME_BROWSER_UI_WEBUI_NTP_SUGGESTIONS_SOURCE_TOP_SITES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/suggestions_page_handler.h ('k') | chrome/browser/ui/webui/options/certificate_manager_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698