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

Unified Diff: webkit/fileapi/file_system_origin_database.h

Issue 10447055: Move fileapi into its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/fileapi/file_system_options.h ('k') | webkit/fileapi/file_system_path.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_origin_database.h
diff --git a/webkit/fileapi/file_system_origin_database.h b/webkit/fileapi/file_system_origin_database.h
index fddd3693a2e841d8633a92dbf2336efb2b012e1e..c8b38fee2e95e13872012e39b24386214da069c1 100644
--- a/webkit/fileapi/file_system_origin_database.h
+++ b/webkit/fileapi/file_system_origin_database.h
@@ -12,6 +12,7 @@
#include "base/file_path.h"
#include "base/memory/scoped_ptr.h"
#include "base/time.h"
+#include "webkit/fileapi/fileapi_export.h"
namespace leveldb {
class DB;
@@ -26,9 +27,9 @@ namespace fileapi {
// All methods of this class other than the constructor may be used only from
// the browser's FILE thread. The constructor may be used on any thread.
-class FileSystemOriginDatabase {
+class FILEAPI_EXPORT_PRIVATE FileSystemOriginDatabase {
public:
- struct OriginRecord {
+ struct FILEAPI_EXPORT_PRIVATE OriginRecord {
std::string origin;
FilePath path;
« no previous file with comments | « webkit/fileapi/file_system_options.h ('k') | webkit/fileapi/file_system_path.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698