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

Unified Diff: content/browser/download/download_item_impl_unittest.cc

Issue 24649002: Clean up a few more unused globals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig comment 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: 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 {

Powered by Google App Engine
This is Rietveld 408576698