Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4142)

Unified Diff: chrome/browser/media_galleries/fileapi/supported_image_type_validator.h

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698