Index: chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc |
diff --git a/chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc b/chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc |
index 24a400b0188b00c8b71fa5e935aac7be85063edb..9b2ecacbffb670662f0021cee8fd5ba114eb04cf 100644 |
--- a/chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc |
+++ b/chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc |
@@ -18,8 +18,6 @@ |
using content::BrowserThread; |
-namespace chrome { |
- |
namespace { |
// Arbitrary limit to sanity check the file size. |
@@ -137,5 +135,3 @@ void SupportedImageTypeValidator::OnFileOpen(scoped_ptr<std::string> data) { |
decoder_->Start(content::BrowserThread::GetMessageLoopProxyForThread( |
BrowserThread::IO)); |
} |
- |
-} // namespace chrome |