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

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

Issue 15994002: Move more browser-specific webkit/fileapi code to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_ 5 #ifndef WEBKIT_BROWSER_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_
6 #define WEBKIT_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_ 6 #define WEBKIT_BROWSER_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_
7 7
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 9
10 namespace quota { 10 namespace quota {
11 class QuotaManagerProxy; 11 class QuotaManagerProxy;
12 class SpecialStoragePolicy; 12 class SpecialStoragePolicy;
13 } 13 }
14 14
15 namespace fileapi { 15 namespace fileapi {
16 16
17 class FileSystemContext; 17 class FileSystemContext;
18 18
19 FileSystemContext* CreateFileSystemContextForTesting( 19 FileSystemContext* CreateFileSystemContextForTesting(
20 quota::QuotaManagerProxy* quota_manager_proxy, 20 quota::QuotaManagerProxy* quota_manager_proxy,
21 const base::FilePath& base_path); 21 const base::FilePath& base_path);
22 22
23 } // namespace fileapi 23 } // namespace fileapi
24 24
25 #endif // WEBKIT_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_ 25 #endif // WEBKIT_BROWSER_FILEAPI_MOCK_FILE_SYSTEM_CONTEXT_H_
OLDNEW
« no previous file with comments | « webkit/browser/fileapi/mock_file_change_observer.cc ('k') | webkit/browser/fileapi/mock_file_system_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698