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

Side by Side Diff: webkit/tools/test_shell/simple_file_system.h

Issue 15937016: Update refernces to Blink's Platform API (webkit) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_TOOLS_TEST_SHELL_SIMPLE_FILE_SYSTEM_H_ 5 #ifndef WEBKIT_TOOLS_TEST_SHELL_SIMPLE_FILE_SYSTEM_H_
6 #define WEBKIT_TOOLS_TEST_SHELL_SIMPLE_FILE_SYSTEM_H_ 6 #define WEBKIT_TOOLS_TEST_SHELL_SIMPLE_FILE_SYSTEM_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/files/scoped_temp_dir.h" 10 #include "base/files/scoped_temp_dir.h"
11 #include "base/id_map.h" 11 #include "base/id_map.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h" 13 #include "third_party/WebKit/public/platform/WebFileSystem.h"
14 #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystemType.h " 14 #include "third_party/WebKit/public/platform/WebFileSystemType.h"
15 #include "webkit/browser/fileapi/file_system_context.h" 15 #include "webkit/browser/fileapi/file_system_context.h"
16 #include "webkit/browser/fileapi/file_system_operation.h" 16 #include "webkit/browser/fileapi/file_system_operation.h"
17 #include "webkit/common/fileapi/file_system_types.h" 17 #include "webkit/common/fileapi/file_system_types.h"
18 18
19 namespace WebKit { 19 namespace WebKit {
20 class WebFileSystemCallbacks; 20 class WebFileSystemCallbacks;
21 class WebFrame; 21 class WebFrame;
22 class WebURL; 22 class WebURL;
23 } 23 }
24 24
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 151
152 // A temporary directory for FileSystem API. 152 // A temporary directory for FileSystem API.
153 base::ScopedTempDir file_system_dir_; 153 base::ScopedTempDir file_system_dir_;
154 154
155 scoped_refptr<fileapi::FileSystemContext> file_system_context_; 155 scoped_refptr<fileapi::FileSystemContext> file_system_context_;
156 156
157 DISALLOW_COPY_AND_ASSIGN(SimpleFileSystem); 157 DISALLOW_COPY_AND_ASSIGN(SimpleFileSystem);
158 }; 158 };
159 159
160 #endif // WEBKIT_TOOLS_TEST_SHELL_SIMPLE_FILE_SYSTEM_H_ 160 #endif // WEBKIT_TOOLS_TEST_SHELL_SIMPLE_FILE_SYSTEM_H_
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/simple_dom_storage_system.cc ('k') | webkit/tools/test_shell/simple_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698