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

Side by Side Diff: webkit/browser/fileapi/async_file_test_helper.h

Issue 16010007: Move webkit/quota files to webkit/browser/quota or webkit/common/quota (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_BROWSER_FILEAPI_ASYNC_FILE_TEST_HELPER_H_ 5 #ifndef WEBKIT_BROWSER_FILEAPI_ASYNC_FILE_TEST_HELPER_H_
6 #define WEBKIT_BROWSER_FILEAPI_ASYNC_FILE_TEST_HELPER_H_ 6 #define WEBKIT_BROWSER_FILEAPI_ASYNC_FILE_TEST_HELPER_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "webkit/browser/fileapi/file_system_operation.h" 9 #include "webkit/browser/fileapi/file_system_operation.h"
10 #include "webkit/common/fileapi/file_system_types.h" 10 #include "webkit/common/fileapi/file_system_types.h"
11 #include "webkit/quota/quota_status_code.h" 11 #include "webkit/common/quota/quota_status_code.h"
12 12
13 namespace quota { 13 namespace quota {
14 class QuotaManager; 14 class QuotaManager;
15 } 15 }
16 16
17 namespace fileapi { 17 namespace fileapi {
18 18
19 class FileSystemContext; 19 class FileSystemContext;
20 class FileSystemURL; 20 class FileSystemURL;
21 21
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 quota::QuotaManager* quota_manager, 81 quota::QuotaManager* quota_manager,
82 const GURL& origin, 82 const GURL& origin,
83 FileSystemType type, 83 FileSystemType type,
84 int64* usage, 84 int64* usage,
85 int64* quota); 85 int64* quota);
86 }; 86 };
87 87
88 } // namespace fileapi 88 } // namespace fileapi
89 89
90 #endif // WEBKIT_BROWSER_FILEAPI_ASYNC_FILE_TEST_HELPER_H_ 90 #endif // WEBKIT_BROWSER_FILEAPI_ASYNC_FILE_TEST_HELPER_H_
OLDNEW
« no previous file with comments | « webkit/browser/database/database_tracker_unittest.cc ('k') | webkit/browser/fileapi/async_file_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698