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

Unified Diff: chrome/browser/media_galleries/fileapi/av_scanning_file_validator.cc

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/av_scanning_file_validator.cc
diff --git a/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.cc b/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.cc
index a6c71e0c1fad1fe341d21174a0a422810518bfbe..2541040875eb73f1463d5747cbac624a19a33a6a 100644
--- a/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.cc
+++ b/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.cc
@@ -23,8 +23,6 @@
using content::BrowserThread;
-namespace chrome {
-
namespace {
#if defined(OS_WIN)
@@ -77,5 +75,3 @@ void AVScanningFileValidator::StartPostWriteValidation(
AVScanningFileValidator::AVScanningFileValidator() {
}
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698