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

Side by Side Diff: components/favicon/ios/web_favicon_driver.h

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_FAVICON_IOS_WEB_FAVICON_DRIVER_H_ 5 #ifndef COMPONENTS_FAVICON_IOS_WEB_FAVICON_DRIVER_H_
6 #define COMPONENTS_FAVICON_IOS_WEB_FAVICON_DRIVER_H_ 6 #define COMPONENTS_FAVICON_IOS_WEB_FAVICON_DRIVER_H_
7 7
8 #include "base/macros.h"
8 #include "components/favicon/core/favicon_driver_impl.h" 9 #include "components/favicon/core/favicon_driver_impl.h"
9 #include "ios/web/public/web_state/web_state_observer.h" 10 #include "ios/web/public/web_state/web_state_observer.h"
10 #include "ios/web/public/web_state/web_state_user_data.h" 11 #include "ios/web/public/web_state/web_state_user_data.h"
11 12
12 namespace web { 13 namespace web {
13 struct FaviconStatus; 14 struct FaviconStatus;
14 class WebState; 15 class WebState;
15 } 16 }
16 17
17 namespace favicon { 18 namespace favicon {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 58
58 // The URL passed to FetchFavicon(). 59 // The URL passed to FetchFavicon().
59 GURL fetch_favicon_url_; 60 GURL fetch_favicon_url_;
60 61
61 DISALLOW_COPY_AND_ASSIGN(WebFaviconDriver); 62 DISALLOW_COPY_AND_ASSIGN(WebFaviconDriver);
62 }; 63 };
63 64
64 } // namespace favicon 65 } // namespace favicon
65 66
66 #endif // COMPONENTS_FAVICON_IOS_WEB_FAVICON_DRIVER_H_ 67 #endif // COMPONENTS_FAVICON_IOS_WEB_FAVICON_DRIVER_H_
OLDNEW
« no previous file with comments | « components/favicon/core/large_icon_service_unittest.cc ('k') | components/favicon_base/fallback_icon_url_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698