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

Side by Side Diff: components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.h

Issue 1546143002: Switch to standard integer types in components/, part 1 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
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 COMPONENTS_DATA_REDUCTION_PROXY_CONTENT_BROWSER_DATA_REDUCTION_PROXY_DEB UG_RESOURCE_THROTTLE_H_ 5 #ifndef COMPONENTS_DATA_REDUCTION_PROXY_CONTENT_BROWSER_DATA_REDUCTION_PROXY_DEB UG_RESOURCE_THROTTLE_H_
6 #define COMPONENTS_DATA_REDUCTION_PROXY_CONTENT_BROWSER_DATA_REDUCTION_PROXY_DEB UG_RESOURCE_THROTTLE_H_ 6 #define COMPONENTS_DATA_REDUCTION_PROXY_CONTENT_BROWSER_DATA_REDUCTION_PROXY_DEB UG_RESOURCE_THROTTLE_H_
7 7
8 #include "base/macros.h"
8 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
9 #include "base/memory/weak_ptr.h" 10 #include "base/memory/weak_ptr.h"
10 #include "components/data_reduction_proxy/content/browser/data_reduction_proxy_d ebug_ui_manager.h" 11 #include "components/data_reduction_proxy/content/browser/data_reduction_proxy_d ebug_ui_manager.h"
11 #include "content/public/browser/resource_throttle.h" 12 #include "content/public/browser/resource_throttle.h"
12 #include "content/public/common/resource_type.h" 13 #include "content/public/common/resource_type.h"
13 #include "url/gurl.h" 14 #include "url/gurl.h"
14 15
15 namespace net { 16 namespace net {
16 class URLRequest; 17 class URLRequest;
17 } 18 }
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 const DataReductionProxyConfig* config_; 107 const DataReductionProxyConfig* config_;
107 108
108 const bool is_subresource_; 109 const bool is_subresource_;
109 110
110 DISALLOW_COPY_AND_ASSIGN(DataReductionProxyDebugResourceThrottle); 111 DISALLOW_COPY_AND_ASSIGN(DataReductionProxyDebugResourceThrottle);
111 }; 112 };
112 113
113 } // namespace data_reduction_proxy 114 } // namespace data_reduction_proxy
114 115
115 #endif // COMPONENTS_DATA_REDUCTION_PROXY_CONTENT_BROWSER_DATA_REDUCTION_PROXY_ DEBUG_RESOURCE_THROTTLE_H_ 116 #endif // COMPONENTS_DATA_REDUCTION_PROXY_CONTENT_BROWSER_DATA_REDUCTION_PROXY_ DEBUG_RESOURCE_THROTTLE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698