| Index: content/browser/download/download_item_impl_unittest.cc
|
| diff --git a/content/browser/download/download_item_impl_unittest.cc b/content/browser/download/download_item_impl_unittest.cc
|
| index ff5d32602fa1a01c60f8aad2f851a92fd30f38b5..9abe3417e7e3546978d2f05cb68ddd35b82cad65 100644
|
| --- a/content/browser/download/download_item_impl_unittest.cc
|
| +++ b/content/browser/download/download_item_impl_unittest.cc
|
| @@ -30,15 +30,10 @@ using ::testing::Return;
|
| using ::testing::SaveArg;
|
| using ::testing::StrictMock;
|
|
|
| -namespace {
|
| -
|
| const int kDownloadChunkSize = 1000;
|
| const int kDownloadSpeed = 1000;
|
| -const int kDummyDBHandle = 10;
|
| const base::FilePath::CharType kDummyPath[] = FILE_PATH_LITERAL("/testpath");
|
|
|
| -} // namespace
|
| -
|
| namespace content {
|
|
|
| namespace {
|
|
|