Index: chrome/browser/chromeos/drive/file_system_unittest.cc |
diff --git a/chrome/browser/chromeos/drive/file_system_unittest.cc b/chrome/browser/chromeos/drive/file_system_unittest.cc |
index 9715fb60369331a6e15abc461ffd7d814212148f..29623b0654b1c7c2554cafa40ce577849a02e000 100644 |
--- a/chrome/browser/chromeos/drive/file_system_unittest.cc |
+++ b/chrome/browser/chromeos/drive/file_system_unittest.cc |
@@ -33,8 +33,6 @@ |
namespace drive { |
namespace { |
-const int64 kLotsOfSpace = internal::kMinFreeSpace * 10; |
- |
// Counts the number of invocation, and if it increased up to |expected_counter| |
// quits the current message loop by calling |quit|. |
void AsyncInitializationCallback( |