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

Side by Side Diff: webkit/fileapi/obfuscated_file_system_file_util.h

Issue 7717020: Adding Size() to AbstractFileEnumerator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 3 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_OBFUSCATED_FILE_SYSTEM_FILE_UTIL_H_ 5 #ifndef WEBKIT_FILEAPI_OBFUSCATED_FILE_SYSTEM_FILE_UTIL_H_
6 #define WEBKIT_FILEAPI_OBFUSCATED_FILE_SYSTEM_FILE_UTIL_H_ 6 #define WEBKIT_FILEAPI_OBFUSCATED_FILE_SYSTEM_FILE_UTIL_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string>
9 #include <vector> 10 #include <vector>
10 11
11 #include "base/file_path.h" 12 #include "base/file_path.h"
12 #include "base/file_util_proxy.h" 13 #include "base/file_util_proxy.h"
13 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
14 #include "base/platform_file.h" 15 #include "base/platform_file.h"
15 #include "base/timer.h" 16 #include "base/timer.h"
16 #include "webkit/fileapi/file_system_directory_database.h" 17 #include "webkit/fileapi/file_system_directory_database.h"
17 #include "webkit/fileapi/file_system_file_util.h" 18 #include "webkit/fileapi/file_system_file_util.h"
18 #include "webkit/fileapi/file_system_origin_database.h" 19 #include "webkit/fileapi/file_system_origin_database.h"
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 FilePath file_system_directory_; 255 FilePath file_system_directory_;
255 base::OneShotTimer<ObfuscatedFileSystemFileUtil> timer_; 256 base::OneShotTimer<ObfuscatedFileSystemFileUtil> timer_;
256 scoped_ptr<FileSystemFileUtil> underlying_file_util_; 257 scoped_ptr<FileSystemFileUtil> underlying_file_util_;
257 258
258 DISALLOW_COPY_AND_ASSIGN(ObfuscatedFileSystemFileUtil); 259 DISALLOW_COPY_AND_ASSIGN(ObfuscatedFileSystemFileUtil);
259 }; 260 };
260 261
261 } // namespace fileapi 262 } // namespace fileapi
262 263
263 #endif // WEBKIT_FILEAPI_OBFUSCATED_FILE_SYSTEM_FILE_UTIL_H_ 264 #endif // WEBKIT_FILEAPI_OBFUSCATED_FILE_SYSTEM_FILE_UTIL_H_
OLDNEW
« no previous file with comments | « webkit/fileapi/local_file_system_file_util.cc ('k') | webkit/fileapi/obfuscated_file_system_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698