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

Side by Side Diff: chrome/browser/net/net_error_tab_helper.h

Issue 1550593002: Switch to standard integer types in chrome/browser/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 | « chrome/browser/net/load_timing_browsertest.cc ('k') | chrome/browser/net/nss_context.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_BROWSER_NET_NET_ERROR_TAB_HELPER_H_ 5 #ifndef CHROME_BROWSER_NET_NET_ERROR_TAB_HELPER_H_
6 #define CHROME_BROWSER_NET_NET_ERROR_TAB_HELPER_H_ 6 #define CHROME_BROWSER_NET_NET_ERROR_TAB_HELPER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h"
11 #include "base/bind.h" 10 #include "base/bind.h"
12 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/macros.h"
13 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
14 #include "base/prefs/pref_member.h" 14 #include "base/prefs/pref_member.h"
15 #include "chrome/browser/net/dns_probe_service.h" 15 #include "chrome/browser/net/dns_probe_service.h"
16 #include "chrome/common/features.h" 16 #include "chrome/common/features.h"
17 #include "components/error_page/common/net_error_info.h" 17 #include "components/error_page/common/net_error_info.h"
18 #include "content/public/browser/web_contents_observer.h" 18 #include "content/public/browser/web_contents_observer.h"
19 #include "content/public/browser/web_contents_user_data.h" 19 #include "content/public/browser/web_contents_user_data.h"
20 20
21 namespace chrome_browser_net { 21 namespace chrome_browser_net {
22 22
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 BooleanPrefMember resolve_errors_with_web_service_; 136 BooleanPrefMember resolve_errors_with_web_service_;
137 137
138 base::WeakPtrFactory<NetErrorTabHelper> weak_factory_; 138 base::WeakPtrFactory<NetErrorTabHelper> weak_factory_;
139 139
140 DISALLOW_COPY_AND_ASSIGN(NetErrorTabHelper); 140 DISALLOW_COPY_AND_ASSIGN(NetErrorTabHelper);
141 }; 141 };
142 142
143 } // namespace chrome_browser_net 143 } // namespace chrome_browser_net
144 144
145 #endif // CHROME_BROWSER_NET_NET_ERROR_TAB_HELPER_H_ 145 #endif // CHROME_BROWSER_NET_NET_ERROR_TAB_HELPER_H_
OLDNEW
« no previous file with comments | « chrome/browser/net/load_timing_browsertest.cc ('k') | chrome/browser/net/nss_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698