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: components/webdata/common/web_database_table.h

Issue 13839013: Webdata Component tryjobs NOT FOR REVIEW (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After WD/AF merge Created 7 years, 8 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 | « components/webdata/common/web_database_service.h ('k') | components/webdata/common/webdata_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata/common/web_database_table.h
diff --git a/components/webdata/common/web_database_table.h b/components/webdata/common/web_database_table.h
index 25ebf7da1025447772a2ed3d0b92c99cb050ed4f..b920ff61f163f4fdd02cc270ef66adbb0bd7b717 100644
--- a/components/webdata/common/web_database_table.h
+++ b/components/webdata/common/web_database_table.h
@@ -6,6 +6,7 @@
#define COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_TABLE_H_
#include "base/logging.h"
+#include "components/webdata/common/webdata_export.h"
namespace sql {
class Connection;
@@ -14,7 +15,7 @@ class MetaTable;
// An abstract base class representing a table within a WebDatabase.
// Each table should subclass this, adding type-specific methods as needed.
-class WebDatabaseTable {
+class WEBDATA_EXPORT WebDatabaseTable {
public:
// To look up a WebDatabaseTable of a certain type from WebDatabase,
// we use a void* key, so that we can simply use the address of one
« no previous file with comments | « components/webdata/common/web_database_service.h ('k') | components/webdata/common/webdata_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698