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

Side by Side Diff: ios/web/navigation/navigation_item_impl.h

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: add missing #import Created 3 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 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 IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_H_ 5 #ifndef IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_H_
6 #define IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_H_ 6 #define IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_H_
7 7
8 #import <Foundation/Foundation.h> 8 #import <Foundation/Foundation.h>
9 9
10 #include <memory> 10 #include <memory>
11 11
12 #include "base/mac/scoped_nsobject.h" 12 #import "base/mac/scoped_nsobject.h"
13 #include "base/strings/string16.h" 13 #include "base/strings/string16.h"
14 #include "ios/web/navigation/navigation_item_facade_delegate.h" 14 #include "ios/web/navigation/navigation_item_facade_delegate.h"
15 #include "ios/web/public/favicon_status.h" 15 #include "ios/web/public/favicon_status.h"
16 #include "ios/web/public/navigation_item.h" 16 #import "ios/web/public/navigation_item.h"
17 #include "ios/web/public/referrer.h" 17 #include "ios/web/public/referrer.h"
18 #include "ios/web/public/ssl_status.h" 18 #include "ios/web/public/ssl_status.h"
19 #include "url/gurl.h" 19 #include "url/gurl.h"
20 20
21 namespace web { 21 namespace web {
22 22
23 class NavigationItemFacadeDelegate; 23 class NavigationItemFacadeDelegate;
24 24
25 // Implementation of NavigationItem. 25 // Implementation of NavigationItem.
26 class NavigationItemImpl : public web::NavigationItem { 26 class NavigationItemImpl : public web::NavigationItem {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 152
153 // Weak pointer to the facade delegate. 153 // Weak pointer to the facade delegate.
154 std::unique_ptr<NavigationItemFacadeDelegate> facade_delegate_; 154 std::unique_ptr<NavigationItemFacadeDelegate> facade_delegate_;
155 155
156 // Copy and assignment is explicitly allowed for this class. 156 // Copy and assignment is explicitly allowed for this class.
157 }; 157 };
158 158
159 } // namespace web 159 } // namespace web
160 160
161 #endif // IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_H_ 161 #endif // IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_H_
OLDNEW
« no previous file with comments | « ios/web/navigation/crw_session_entry_unittest.mm ('k') | ios/web/navigation/navigation_item_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698