| 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
|
|
|