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

Side by Side Diff: ios/chrome/browser/browser_state/browser_state_info_cache.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 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_CHROME_BROWSER_BROWSER_STATE_BROWSER_STATE_INFO_CACHE_H_ 5 #ifndef IOS_CHROME_BROWSER_BROWSER_STATE_BROWSER_STATE_INFO_CACHE_H_
6 #define IOS_CHROME_BROWSER_BROWSER_STATE_BROWSER_STATE_INFO_CACHE_H_ 6 #define IOS_CHROME_BROWSER_BROWSER_STATE_BROWSER_STATE_INFO_CACHE_H_
7 7
8 #include <stddef.h>
9
8 #include <string> 10 #include <string>
9 #include <vector> 11 #include <vector>
10 12
11 #include "base/files/file_path.h" 13 #include "base/files/file_path.h"
12 #include "base/macros.h" 14 #include "base/macros.h"
13 #include "base/observer_list.h" 15 #include "base/observer_list.h"
14 #include "base/strings/string16.h" 16 #include "base/strings/string16.h"
15 17
16 namespace base { 18 namespace base {
17 class DictionaryValue; 19 class DictionaryValue;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 73
72 PrefService* prefs_; 74 PrefService* prefs_;
73 std::vector<std::string> sorted_keys_; 75 std::vector<std::string> sorted_keys_;
74 base::FilePath user_data_dir_; 76 base::FilePath user_data_dir_;
75 base::ObserverList<BrowserStateInfoCacheObserver, true> observer_list_; 77 base::ObserverList<BrowserStateInfoCacheObserver, true> observer_list_;
76 78
77 DISALLOW_COPY_AND_ASSIGN(BrowserStateInfoCache); 79 DISALLOW_COPY_AND_ASSIGN(BrowserStateInfoCache);
78 }; 80 };
79 81
80 #endif // IOS_CHROME_BROWSER_BROWSER_STATE_BROWSER_STATE_INFO_CACHE_H_ 82 #endif // IOS_CHROME_BROWSER_BROWSER_STATE_BROWSER_STATE_INFO_CACHE_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/autofill/form_suggestion_label.mm ('k') | ios/chrome/browser/browser_state/browser_state_info_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698