| Index: chrome/browser/dom_ui/filebrowse_ui.cc
|
| diff --git a/chrome/browser/dom_ui/filebrowse_ui.cc b/chrome/browser/dom_ui/filebrowse_ui.cc
|
| index 833341c2ef0b4ecd31728a5fee18111ff6a9ece6..ef5a86794c3d0b021d840bd46c2f8f8455a0bfb3 100644
|
| --- a/chrome/browser/dom_ui/filebrowse_ui.cc
|
| +++ b/chrome/browser/dom_ui/filebrowse_ui.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.
|
|
|
| @@ -139,7 +139,7 @@ class FilebrowseHandler : public net::DirectoryLister::DirectoryListerDelegate,
|
|
|
| void OnURLFetchComplete(const URLFetcher* source,
|
| const GURL& url,
|
| - const URLRequestStatus& status,
|
| + const net::URLRequestStatus& status,
|
| int response_code,
|
| const ResponseCookies& cookies,
|
| const std::string& data);
|
| @@ -542,7 +542,7 @@ void FilebrowseHandler::MountChanged(chromeos::MountLibrary* obj,
|
|
|
| void FilebrowseHandler::OnURLFetchComplete(const URLFetcher* source,
|
| const GURL& url,
|
| - const URLRequestStatus& status,
|
| + const net::URLRequestStatus& status,
|
| int response_code,
|
| const ResponseCookies& cookies,
|
| const std::string& data) {
|
|
|