diff options
Diffstat (limited to 'chrome/service/cloud_print/printer_job_handler.cc')
| -rw-r--r-- | chrome/service/cloud_print/printer_job_handler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/service/cloud_print/printer_job_handler.cc b/chrome/service/cloud_print/printer_job_handler.cc index 60d75ed..20ea7f4 100644 --- a/chrome/service/cloud_print/printer_job_handler.cc +++ b/chrome/service/cloud_print/printer_job_handler.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. @@ -279,7 +279,7 @@ CloudPrintURLFetcher::ResponseAction PrinterJobHandler::HandleRawResponse( const GURL& url, const net::URLRequestStatus& status, int response_code, - const ResponseCookies& cookies, + const net::ResponseCookies& cookies, const std::string& data) { // 415 (Unsupported media type) error while fetching data from the server // means data conversion error. Stop fetching process and mark job as error. |
