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

Unified Diff: chrome/browser/media_galleries/fileapi/av_scanning_file_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/av_scanning_file_validator.h
diff --git a/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.h b/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.h
index d06c857be64527561d60a4454ad0d54755b88b0f..b148c29acbdce9c92c54237b86fd5ddd89006a81 100644
--- a/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.h
+++ b/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.h
@@ -12,8 +12,6 @@ namespace base {
class FilePath;
} // namespace base
-namespace chrome {
-
// This class supports AV scanning on post write validation.
class AVScanningFileValidator : public fileapi::CopyOrMoveFileValidator {
public:
@@ -32,6 +30,4 @@ class AVScanningFileValidator : public fileapi::CopyOrMoveFileValidator {
DISALLOW_COPY_AND_ASSIGN(AVScanningFileValidator);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_AV_SCANNING_FILE_VALIDATOR_H_

Powered by Google App Engine
This is Rietveld 408576698