diff options
Diffstat (limited to 'webkit/fileapi/file_system_quota_unittest.cc')
-rw-r--r-- | webkit/fileapi/file_system_quota_unittest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/fileapi/file_system_quota_unittest.cc b/webkit/fileapi/file_system_quota_unittest.cc index 14a729b..4c1d259 100644 --- a/webkit/fileapi/file_system_quota_unittest.cc +++ b/webkit/fileapi/file_system_quota_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -203,7 +203,6 @@ void FileSystemQuotaTest::SetUp() { NULL); test_helper_.SetUp(filesystem_dir_path, - false /* incognito */, false /* unlimited quota */, quota_manager_->proxy(), local_file_util_.get()); |