| Index: chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc b/chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc
|
| index 3d3b97150581028b309757a0e866d3f1deeb2580..4e5d3c4cab25a188f9c34ce1001cb61ad5e35be2 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_quota_helper_unittest.cc
|
| @@ -94,11 +94,8 @@ class BrowsingDataQuotaHelperTest : public testing::Test {
|
| }
|
|
|
| void GotPersistentHostQuota(quota::QuotaStatusCode status,
|
| - const std::string& host,
|
| - quota::StorageType type,
|
| int64 quota) {
|
| EXPECT_EQ(quota::kQuotaStatusOk, status);
|
| - EXPECT_EQ(quota::kStorageTypePersistent, type);
|
| quota_ = quota;
|
| }
|
|
|
|
|