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

Unified Diff: chrome/browser/chromeos/login/mock_auth_response_handler.h

Issue 6056007: net: Add namespace net to the remaining files under url_request directory. (Closed)
Patch Set: chromeos fixes 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
Index: chrome/browser/chromeos/login/mock_auth_response_handler.h
diff --git a/chrome/browser/chromeos/login/mock_auth_response_handler.h b/chrome/browser/chromeos/login/mock_auth_response_handler.h
index db4651a5c1c05bb16a1537d18b3c85ab5a9c3f65..7b82cb81bc2bd7334e42756e4c180b5f6e1a5bed 100644
--- a/chrome/browser/chromeos/login/mock_auth_response_handler.h
+++ b/chrome/browser/chromeos/login/mock_auth_response_handler.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.
@@ -28,7 +28,7 @@ namespace chromeos {
class MockAuthResponseHandler : public AuthResponseHandler {
public:
MockAuthResponseHandler(const GURL& url,
- const URLRequestStatus& status,
+ const net::URLRequestStatus& status,
const int code,
const std::string& data);
virtual ~MockAuthResponseHandler() {}
@@ -41,13 +41,13 @@ class MockAuthResponseHandler : public AuthResponseHandler {
private:
const GURL remote_;
- const URLRequestStatus status_;
+ const net::URLRequestStatus status_;
const int http_response_code_;
const std::string data_;
static void CompleteFetch(URLFetcher::Delegate* delegate,
const GURL remote,
- const URLRequestStatus status,
+ const net::URLRequestStatus status,
const int http_response_code,
const std::string data);
« no previous file with comments | « chrome/browser/chromeos/login/image_downloader.cc ('k') | chrome/browser/chromeos/login/user_image_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698