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

Side by Side Diff: ios/web/public/web_state/global_web_state_observer.h

Issue 1544743002: Switch to standard integer types in ios/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « ios/web/public/user_agent.mm ('k') | ios/web/public/web_state/ui/crw_web_delegate.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 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 IOS_WEB_PUBLIC_WEB_STATE_GLOBAL_WEB_STATE_OBSERVER_H_ 5 #ifndef IOS_WEB_PUBLIC_WEB_STATE_GLOBAL_WEB_STATE_OBSERVER_H_
6 #define IOS_WEB_PUBLIC_WEB_STATE_GLOBAL_WEB_STATE_OBSERVER_H_ 6 #define IOS_WEB_PUBLIC_WEB_STATE_GLOBAL_WEB_STATE_OBSERVER_H_
7 7
8 #include <stddef.h>
9
8 #include "base/macros.h" 10 #include "base/macros.h"
9 #include "ios/web/public/web_state/web_state_observer.h" 11 #include "ios/web/public/web_state/web_state_observer.h"
10 12
11 namespace web { 13 namespace web {
12 14
13 struct LoadCommittedDetails; 15 struct LoadCommittedDetails;
14 class WebState; 16 class WebState;
15 17
16 // An observer API implemented by classes that are interested in various 18 // An observer API implemented by classes that are interested in various
17 // WebState-related events from all WebStates. GlobalWebStateObservers will 19 // WebState-related events from all WebStates. GlobalWebStateObservers will
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 GlobalWebStateObserver(); 52 GlobalWebStateObserver();
51 virtual ~GlobalWebStateObserver(); 53 virtual ~GlobalWebStateObserver();
52 54
53 private: 55 private:
54 DISALLOW_COPY_AND_ASSIGN(GlobalWebStateObserver); 56 DISALLOW_COPY_AND_ASSIGN(GlobalWebStateObserver);
55 }; 57 };
56 58
57 } // namespace web 59 } // namespace web
58 60
59 #endif // IOS_WEB_PUBLIC_WEB_STATE_GLOBAL_WEB_STATE_OBSERVER_H_ 61 #endif // IOS_WEB_PUBLIC_WEB_STATE_GLOBAL_WEB_STATE_OBSERVER_H_
OLDNEW
« no previous file with comments | « ios/web/public/user_agent.mm ('k') | ios/web/public/web_state/ui/crw_web_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698