Chromium Code Reviews| Index: content/browser/download/base_file.h |
| diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h |
| index d07fb1d561eab8cc8598c49258fc077bf26255d2..403c59a695047a15482e0b121b60ecd1e5a6fd0e 100644 |
| --- a/content/browser/download/base_file.h |
| +++ b/content/browser/download/base_file.h |
| @@ -72,6 +72,8 @@ class BaseFile { |
| FilePath full_path_; |
| private: |
| + friend class BaseFileTest; |
| + |
| static const size_t kSha256HashLen = 32; |
| // Source URL for the file being downloaded. |