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

Unified Diff: chrome/browser/media_galleries/linux/snapshot_file_details.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/linux/snapshot_file_details.cc
diff --git a/chrome/browser/media_galleries/linux/snapshot_file_details.cc b/chrome/browser/media_galleries/linux/snapshot_file_details.cc
index 8f2e7092541aec69ccd78b4d08c770d75d51ec32..4a4b67c0ff332dea077c120bccd64ea482908035 100644
--- a/chrome/browser/media_galleries/linux/snapshot_file_details.cc
+++ b/chrome/browser/media_galleries/linux/snapshot_file_details.cc
@@ -6,8 +6,6 @@
#include "base/safe_numerics.h"
-namespace chrome {
-
////////////////////////////////////////////////////////////////////////////////
// SnapshotRequestInfo //
////////////////////////////////////////////////////////////////////////////////
@@ -68,5 +66,3 @@ uint32 SnapshotFileDetails::BytesToRead() const {
kReadChunkSize,
base::checked_numeric_cast<uint32>(file_info_.size) - bytes_written_);
}
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698