| Index: chrome/browser/extensions/api/image_writer_private/operation.h
|
| diff --git a/chrome/browser/extensions/api/image_writer_private/operation.h b/chrome/browser/extensions/api/image_writer_private/operation.h
|
| index b7c467034a12b0292c7db7ebc032cf4380e5eb52..006975417a80d5b4da1983b7986c549c25554ecc 100644
|
| --- a/chrome/browser/extensions/api/image_writer_private/operation.h
|
| +++ b/chrome/browser/extensions/api/image_writer_private/operation.h
|
| @@ -74,7 +74,7 @@ class Operation : public base::RefCountedThreadSafe<Operation> {
|
|
|
| #if !defined(OS_CHROMEOS)
|
| // Set an ImageWriterClient to use. Should be called only when testing.
|
| - void SetUtilityClientForTesting(
|
| + static void SetUtilityClientForTesting(
|
| scoped_refptr<ImageWriterUtilityClient> client);
|
| #endif
|
|
|
|
|