| Index: chrome/browser/safe_browsing/chunk_range.h
|
| diff --git a/chrome/browser/safe_browsing/chunk_range.h b/chrome/browser/safe_browsing/chunk_range.h
|
| index 154181a2a31bdd31818cdafd2bf9cf94a3c4cfcb..bb6b90302749e820004b7ef5109cc6faaece856e 100644
|
| --- a/chrome/browser/safe_browsing/chunk_range.h
|
| +++ b/chrome/browser/safe_browsing/chunk_range.h
|
| @@ -17,6 +17,8 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +namespace safe_browsing {
|
| +
|
| // ChunkRange ------------------------------------------------------------------
|
| // Each ChunkRange represents a continuous range of chunk numbers [start, stop].
|
|
|
| @@ -58,4 +60,6 @@ void ChunksToRangeString(const std::vector<int>& chunks, std::string* result);
|
| // Tests if a chunk number is contained a sorted vector of ChunkRanges.
|
| bool IsChunkInRange(int chunk_number, const std::vector<ChunkRange>& ranges);
|
|
|
| +} // namespace safe_browsing
|
| +
|
| #endif // CHROME_BROWSER_SAFE_BROWSING_CHUNK_RANGE_H_
|
|
|