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

Unified Diff: chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc

Issue 23708027: A quick fix attempt for SyncFileSystemApiTest.GetUsageAndQuota (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc
diff --git a/chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc b/chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc
index c9fc95fa2e79a62cce791fd139924f8b9141d293..59105c37f52d3ecd0eafc4350e034d634e5b0add 100644
--- a/chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc
+++ b/chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc
@@ -50,7 +50,7 @@ class SyncFileSystemApiTest : public ExtensionApiTest {
// TODO(calvinlo): Update test code after default quota is made const
// (http://crbug.com/155488).
real_default_quota_ = quota::QuotaManager::kSyncableStorageDefaultHostQuota;
- quota::QuotaManager::kSyncableStorageDefaultHostQuota = 123456789;
+ quota::QuotaManager::kSyncableStorageDefaultHostQuota = 123456;
}
virtual void TearDownInProcessBrowserTestFixture() OVERRIDE {
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698