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

Side by Side Diff: chrome/browser/page_info_model.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
« no previous file with comments | « chrome/browser/jumplist_win.h ('k') | chrome/browser/password_manager/password_store.h » ('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 (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_PAGE_INFO_MODEL_H_ 5 #ifndef CHROME_BROWSER_PAGE_INFO_MODEL_H_
6 #define CHROME_BROWSER_PAGE_INFO_MODEL_H_ 6 #define CHROME_BROWSER_PAGE_INFO_MODEL_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/string16.h" 10 #include "base/string16.h"
11 #include "chrome/browser/cancelable_request.h" 11 #include "chrome/browser/common/cancelable_request.h"
12 #include "chrome/browser/history/history.h" 12 #include "chrome/browser/history/history.h"
13 #include "googleurl/src/gurl.h" 13 #include "googleurl/src/gurl.h"
14 #include "ui/gfx/image/image.h" 14 #include "ui/gfx/image/image.h"
15 15
16 class PageInfoModelObserver; 16 class PageInfoModelObserver;
17 class Profile; 17 class Profile;
18 18
19 namespace content { 19 namespace content {
20 struct SSLStatus; 20 struct SSLStatus;
21 } 21 }
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 CancelableRequestConsumer request_consumer_; 115 CancelableRequestConsumer request_consumer_;
116 116
117 // Label for "Certificate Information", if needed. 117 // Label for "Certificate Information", if needed.
118 string16 certificate_label_; 118 string16 certificate_label_;
119 119
120 private: 120 private:
121 DISALLOW_COPY_AND_ASSIGN(PageInfoModel); 121 DISALLOW_COPY_AND_ASSIGN(PageInfoModel);
122 }; 122 };
123 123
124 #endif // CHROME_BROWSER_PAGE_INFO_MODEL_H_ 124 #endif // CHROME_BROWSER_PAGE_INFO_MODEL_H_
OLDNEW
« no previous file with comments | « chrome/browser/jumplist_win.h ('k') | chrome/browser/password_manager/password_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698