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

Unified Diff: webkit/fileapi/file_system_path.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_origin_database.h ('k') | webkit/fileapi/file_system_quota_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_path.h
diff --git a/webkit/fileapi/file_system_path.h b/webkit/fileapi/file_system_path.h
index 9568874aaef601348229bd57237cde99bac227d0..f1ad4fe19f1a1068a1799cc7ff5a7080c0a893d2 100644
--- a/webkit/fileapi/file_system_path.h
+++ b/webkit/fileapi/file_system_path.h
@@ -8,6 +8,7 @@
#include "base/file_path.h"
#include "base/platform_file.h"
#include "googleurl/src/gurl.h"
+#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/file_system_types.h"
namespace fileapi {
@@ -21,7 +22,7 @@ class FileSystemFileUtil;
// NOTE: If we completely get rid of cross-filesystem operations under
// FileSystemOperation we may end up converting all the FileSystemPath
// occurences back to a FilePath's.
-class FileSystemPath {
+class FILEAPI_EXPORT_PRIVATE FileSystemPath {
public:
FileSystemPath();
FileSystemPath(const GURL& origin,
« no previous file with comments | « webkit/fileapi/file_system_origin_database.h ('k') | webkit/fileapi/file_system_quota_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698