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

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

Issue 1092033006: [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include -> import Created 5 years, 7 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
« no previous file with comments | « content/plugin/webplugin_proxy.h ('k') | ios/web/net/cookie_notification_bridge.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 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>
9
8 #include "base/basictypes.h" 10 #include "base/basictypes.h"
9 #include "base/mac/scoped_nsobject.h" 11 #include "base/mac/scoped_nsobject.h"
10 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
11 #include "base/strings/string16.h" 13 #include "base/strings/string16.h"
12 #include "ios/web/navigation/navigation_item_facade_delegate.h" 14 #include "ios/web/navigation/navigation_item_facade_delegate.h"
13 #include "ios/web/public/favicon_status.h" 15 #include "ios/web/public/favicon_status.h"
14 #include "ios/web/public/navigation_item.h" 16 #include "ios/web/public/navigation_item.h"
15 #include "ios/web/public/referrer.h" 17 #include "ios/web/public/referrer.h"
16 #include "ios/web/public/ssl_status.h" 18 #include "ios/web/public/ssl_status.h"
17 #include "url/gurl.h" 19 #include "url/gurl.h"
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 144
143 // Weak pointer to the facade delegate. 145 // Weak pointer to the facade delegate.
144 scoped_ptr<NavigationItemFacadeDelegate> facade_delegate_; 146 scoped_ptr<NavigationItemFacadeDelegate> facade_delegate_;
145 147
146 // Copy and assignment is explicitly allowed for this class. 148 // Copy and assignment is explicitly allowed for this class.
147 }; 149 };
148 150
149 } // namespace web 151 } // namespace web
150 152
151 #endif // IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_H_ 153 #endif // IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_H_
OLDNEW
« no previous file with comments | « content/plugin/webplugin_proxy.h ('k') | ios/web/net/cookie_notification_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698