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

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

Issue 15462003: Update references to Blink's Platform API headers (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
« no previous file with comments | « webkit/dom_storage/dom_storage_area.cc ('k') | webkit/fileapi/file_system_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_FILEAPI_FILE_SYSTEM_TYPES_H_ 5 #ifndef WEBKIT_FILEAPI_FILE_SYSTEM_TYPES_H_
6 #define WEBKIT_FILEAPI_FILE_SYSTEM_TYPES_H_ 6 #define WEBKIT_FILEAPI_FILE_SYSTEM_TYPES_H_
7 7
8 #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h" 8 #include "third_party/WebKit/public/platform/WebFileSystem.h"
9 #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystemType.h " 9 #include "third_party/WebKit/public/platform/WebFileSystemType.h"
10 10
11 namespace fileapi { 11 namespace fileapi {
12 12
13 enum FileSystemType { 13 enum FileSystemType {
14 // Indicates uninitialized or invalid filesystem type. 14 // Indicates uninitialized or invalid filesystem type.
15 kFileSystemTypeUnknown = -1, 15 kFileSystemTypeUnknown = -1,
16 16
17 // ------------------------------------------------------------------------ 17 // ------------------------------------------------------------------------
18 // Public FileSystem types, that are embedded in filesystem: URL and exposed 18 // Public FileSystem types, that are embedded in filesystem: URL and exposed
19 // to WebKit/renderer. Both Chrome and WebKit know how to handle these types. 19 // to WebKit/renderer. Both Chrome and WebKit know how to handle these types.
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 98
99 // -------------------------------------------------------------------- 99 // --------------------------------------------------------------------
100 // Marks the end of internal type enum. (This is not the actual fs type) 100 // Marks the end of internal type enum. (This is not the actual fs type)
101 // New internal filesystem types must be added above this line. 101 // New internal filesystem types must be added above this line.
102 kFileSystemInternalTypeEnumEnd, 102 kFileSystemInternalTypeEnumEnd,
103 }; 103 };
104 104
105 } // namespace fileapi 105 } // namespace fileapi
106 106
107 #endif // WEBKIT_FILEAPI_FILE_SYSTEM_TYPES_H_ 107 #endif // WEBKIT_FILEAPI_FILE_SYSTEM_TYPES_H_
OLDNEW
« no previous file with comments | « webkit/dom_storage/dom_storage_area.cc ('k') | webkit/fileapi/file_system_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698