| 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
|
|
|