| Index: chrome/browser/chromeos/login/image_decoder.h
|
| diff --git a/chrome/browser/chromeos/login/image_decoder.h b/chrome/browser/chromeos/login/image_decoder.h
|
| index d5c15c159f890753fef7729e8988826175ed4f69..b8f9a203881040b8405dacf1b31e123d8c81b216 100644
|
| --- a/chrome/browser/chromeos/login/image_decoder.h
|
| +++ b/chrome/browser/chromeos/login/image_decoder.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.
|
|
|
| @@ -11,8 +11,6 @@
|
|
|
| #include "chrome/browser/utility_process_host.h"
|
|
|
| -class ResourceDispatcherHost;
|
| -
|
| namespace chromeos {
|
|
|
| // Decodes an image in a sandboxed process.
|
| @@ -49,8 +47,7 @@ class ImageDecoder : public UtilityProcessHost::Client {
|
| virtual void OnDecodeImageFailed();
|
|
|
| // Launches sandboxed process that will decode the image.
|
| - void DecodeImageInSandbox(ResourceDispatcherHost* rdh,
|
| - const std::vector<unsigned char>& image_data);
|
| + void DecodeImageInSandbox(const std::vector<unsigned char>& image_data);
|
|
|
| Delegate* delegate_;
|
| std::vector<unsigned char> image_data_;
|
| @@ -62,4 +59,3 @@ class ImageDecoder : public UtilityProcessHost::Client {
|
| } // namespace chromeos
|
|
|
| #endif // CHROME_BROWSER_CHROMEOS_LOGIN_IMAGE_DECODER_H_
|
| -
|
|
|