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

Unified Diff: chrome/common/resource_response.h

Issue 6166010: net: Remove typedef net::URLRequestStatus URLRequestStatus; (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/resource_dispatcher_unittest.cc ('k') | chrome/common/security_filter_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/resource_response.h
diff --git a/chrome/common/resource_response.h b/chrome/common/resource_response.h
index 058a8111fe6e4dc4b67680f0b69f2afd53eb5038..a5284df8f292501545c65fc60776ccb121323824 100644
--- a/chrome/common/resource_response.h
+++ b/chrome/common/resource_response.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -21,7 +21,7 @@ struct ResourceResponseHead : webkit_glue::ResourceResponseInfo {
~ResourceResponseHead();
// The response status.
- URLRequestStatus status;
+ net::URLRequestStatus status;
// Whether we should apply a filter to this resource that replaces
// localization templates with the appropriate localized strings. This is set
« no previous file with comments | « chrome/common/resource_dispatcher_unittest.cc ('k') | chrome/common/security_filter_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698