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

Unified Diff: webkit/common/fileapi/directory_entry.h

Issue 512253002: Combine storage_browser_export.h and storage_common_export.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: webkit/common/fileapi/directory_entry.h
diff --git a/webkit/common/fileapi/directory_entry.h b/webkit/common/fileapi/directory_entry.h
index 1d8b69fd82bb8c611200803dd3aa9a05d691136e..4763e789b5f1b3aa04cf7feca619fa78accefaf1 100644
--- a/webkit/common/fileapi/directory_entry.h
+++ b/webkit/common/fileapi/directory_entry.h
@@ -10,12 +10,12 @@
#include "base/basictypes.h"
#include "base/files/file_path.h"
#include "base/time/time.h"
-#include "webkit/common/storage_common_export.h"
+#include "webkit/common/storage_export.h"
namespace storage {
// Holds metadata for file or directory entry.
-struct WEBKIT_STORAGE_COMMON_EXPORT DirectoryEntry {
+struct STORAGE_EXPORT DirectoryEntry {
enum DirectoryEntryType {
FILE,
DIRECTORY,

Powered by Google App Engine
This is Rietveld 408576698