| Index: extensions/browser/api/capture_web_contents_function.h
|
| diff --git a/extensions/browser/api/capture_web_contents_function.h b/extensions/browser/api/capture_web_contents_function.h
|
| index 9f60234104d0db2760f335efb7778d6de2212586..cdaf7e59a7522eea817ccf5a45fe6751f8d4204f 100644
|
| --- a/extensions/browser/api/capture_web_contents_function.h
|
| +++ b/extensions/browser/api/capture_web_contents_function.h
|
| @@ -54,7 +54,7 @@ class CaptureWebContentsFunction : public AsyncExtensionFunction {
|
| int context_id_;
|
|
|
| // The format (JPEG vs PNG) of the resulting image. Set in RunAsync().
|
| - ImageDetails::Format image_format_;
|
| + core_api::extension_types::ImageDetailsFormat image_format_;
|
|
|
| // Quality setting to use when encoding jpegs. Set in RunAsync().
|
| int image_quality_;
|
|
|