| Index: chrome/browser/media_galleries/fileapi/supported_image_type_validator.h
|
| diff --git a/chrome/browser/media_galleries/fileapi/supported_image_type_validator.h b/chrome/browser/media_galleries/fileapi/supported_image_type_validator.h
|
| index 11e479f6ae2ecf1b8194627e8a322299cf0f7519..75dea9c7fe505437a52ac86b39e7f622bf2a7367 100644
|
| --- a/chrome/browser/media_galleries/fileapi/supported_image_type_validator.h
|
| +++ b/chrome/browser/media_galleries/fileapi/supported_image_type_validator.h
|
| @@ -13,8 +13,6 @@
|
|
|
| class ImageDecoder;
|
|
|
| -namespace chrome {
|
| -
|
| class MediaFileValidatorFactory;
|
|
|
| // Use ImageDecoder to determine if the file decodes without error. Handles
|
| @@ -43,6 +41,4 @@ class SupportedImageTypeValidator : public AVScanningFileValidator {
|
| DISALLOW_COPY_AND_ASSIGN(SupportedImageTypeValidator);
|
| };
|
|
|
| -} // namespace chrome
|
| -
|
| #endif // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_SUPPORTED_IMAGE_TYPE_VALIDATOR_H_
|
|
|