Index: chrome/browser/remoting/directory_add_request.cc |
diff --git a/chrome/browser/remoting/directory_add_request.cc b/chrome/browser/remoting/directory_add_request.cc |
index c7d2645f304de30d13244a366090d8b988834dae..691c7a201225a4158e7f48b71e2c5b18ab5062b6 100644 |
--- a/chrome/browser/remoting/directory_add_request.cc |
+++ b/chrome/browser/remoting/directory_add_request.cc |
@@ -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. |
@@ -61,7 +61,7 @@ void DirectoryAddRequest::AddHost(const remoting::ChromotingHostInfo& host_info, |
void DirectoryAddRequest::OnURLFetchComplete( |
const URLFetcher* source, |
const GURL& url, |
- const URLRequestStatus& status, |
+ const net::URLRequestStatus& status, |
int response_code, |
const ResponseCookies& cookies, |
const std::string& data) { |