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

Side by Side Diff: chrome/browser/prerender/prerender_local_predictor.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_PRERENDER_PRERENDER_LOCAL_PREDICTOR_H_ 5 #ifndef CHROME_BROWSER_PRERENDER_PRERENDER_LOCAL_PREDICTOR_H_
6 #define CHROME_BROWSER_PRERENDER_PRERENDER_LOCAL_PREDICTOR_H_ 6 #define CHROME_BROWSER_PRERENDER_PRERENDER_LOCAL_PREDICTOR_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/timer.h" 10 #include "base/timer.h"
11 #include "chrome/browser/cancelable_request.h" 11 #include "chrome/browser/common/cancelable_request.h"
12 #include "chrome/browser/history/visit_database.h" 12 #include "chrome/browser/history/visit_database.h"
13 #include "googleurl/src/gurl.h" 13 #include "googleurl/src/gurl.h"
14 14
15 class HistoryService; 15 class HistoryService;
16 16
17 namespace prerender { 17 namespace prerender {
18 18
19 class PrerenderManager; 19 class PrerenderManager;
20 20
21 // PrerenderLocalPredictor maintains local browsing history to make prerender 21 // PrerenderLocalPredictor maintains local browsing history to make prerender
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 102
103 scoped_ptr<PrerenderData> current_prerender_; 103 scoped_ptr<PrerenderData> current_prerender_;
104 scoped_ptr<PrerenderData> last_swapped_in_prerender_; 104 scoped_ptr<PrerenderData> last_swapped_in_prerender_;
105 105
106 DISALLOW_COPY_AND_ASSIGN(PrerenderLocalPredictor); 106 DISALLOW_COPY_AND_ASSIGN(PrerenderLocalPredictor);
107 }; 107 };
108 108
109 } // namespace prerender 109 } // namespace prerender
110 110
111 #endif // CHROME_BROWSER_PRERENDER_PRERENDER_LOCAL_PREDICTOR_H_ 111 #endif // CHROME_BROWSER_PRERENDER_PRERENDER_LOCAL_PREDICTOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/device_status_collector.h ('k') | chrome/browser/prerender/prerender_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698