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

Unified Diff: webkit/browser/database/database_tracker.h

Issue 498273002: Rename storage-related export macros and build targets (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
« no previous file with comments | « webkit/browser/database/database_quota_client.h ('k') | webkit/browser/database/database_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/database/database_tracker.h
diff --git a/webkit/browser/database/database_tracker.h b/webkit/browser/database/database_tracker.h
index f7c68cadbc4db70a4c3d5fdce89adc32621bebd5..2d1524503aa2b39286969057d0e95143f72326ae 100644
--- a/webkit/browser/database/database_tracker.h
+++ b/webkit/browser/database/database_tracker.h
@@ -19,7 +19,7 @@
#include "base/strings/string_util.h"
#include "base/time/time.h"
#include "net/base/completion_callback.h"
-#include "webkit/browser/webkit_storage_browser_export.h"
+#include "webkit/browser/storage_export.h"
#include "webkit/common/database/database_connections.h"
namespace base {
@@ -43,15 +43,15 @@ class SpecialStoragePolicy;
namespace storage {
-WEBKIT_STORAGE_BROWSER_EXPORT extern const base::FilePath::CharType
+STORAGE_EXPORT extern const base::FilePath::CharType
kDatabaseDirectoryName[];
-WEBKIT_STORAGE_BROWSER_EXPORT extern const base::FilePath::CharType
+STORAGE_EXPORT extern const base::FilePath::CharType
kTrackerDatabaseFileName[];
class DatabasesTable;
// This class is used to store information about all databases in an origin.
-class WEBKIT_STORAGE_BROWSER_EXPORT OriginInfo {
+class STORAGE_EXPORT OriginInfo {
public:
OriginInfo();
OriginInfo(const OriginInfo& origin_info);
@@ -85,7 +85,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT OriginInfo {
// the disk. Therefore, in a multi-threaded application, all methods of this
// class should be called on the thread dedicated to file operations (file
// thread in the browser process, for example), if such a thread exists.
-class WEBKIT_STORAGE_BROWSER_EXPORT DatabaseTracker
+class STORAGE_EXPORT DatabaseTracker
: public base::RefCountedThreadSafe<DatabaseTracker> {
public:
class Observer {
« no previous file with comments | « webkit/browser/database/database_quota_client.h ('k') | webkit/browser/database/database_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698