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

Side by Side Diff: ios/public/provider/chrome/browser/browser_state/chrome_browser_state.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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_PUBLIC_PROVIDER_CHROME_BROWSER_BROWSER_STATE_CHROME_BROWSER_STATE_H_ 5 #ifndef IOS_PUBLIC_PROVIDER_CHROME_BROWSER_BROWSER_STATE_CHROME_BROWSER_STATE_H_
6 #define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_BROWSER_STATE_CHROME_BROWSER_STATE_H_ 6 #define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_BROWSER_STATE_CHROME_BROWSER_STATE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h"
11 #include "base/callback_forward.h" 10 #include "base/callback_forward.h"
12 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/macros.h"
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "ios/web/public/browser_state.h" 14 #include "ios/web/public/browser_state.h"
15 15
16 class PrefProxyConfigTracker; 16 class PrefProxyConfigTracker;
17 class PrefService; 17 class PrefService;
18 18
19 namespace base { 19 namespace base {
20 class SequencedTaskRunner; 20 class SequencedTaskRunner;
21 class Time; 21 class Time;
22 } 22 }
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 protected: 104 protected:
105 ChromeBrowserState() {} 105 ChromeBrowserState() {}
106 106
107 private: 107 private:
108 DISALLOW_COPY_AND_ASSIGN(ChromeBrowserState); 108 DISALLOW_COPY_AND_ASSIGN(ChromeBrowserState);
109 }; 109 };
110 110
111 } // namespace ios 111 } // namespace ios
112 112
113 #endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_BROWSER_STATE_CHROME_BROWSER_STATE _H_ 113 #endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_BROWSER_STATE_CHROME_BROWSER_STATE _H_
OLDNEW
« no previous file with comments | « ios/net/url_scheme_util_unittest.mm ('k') | ios/public/provider/chrome/browser/browser_state/chrome_browser_state_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698