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

Unified Diff: components/webdata/common/web_database_service.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
Index: components/webdata/common/web_database_service.h
diff --git a/components/webdata/common/web_database_service.h b/components/webdata/common/web_database_service.h
index 047dd8bd9c8dba27cf1f57ee520ef322df5ebc29..624660d0d88f914d71168f897c9dd3c9107bee31 100644
--- a/components/webdata/common/web_database_service.h
+++ b/components/webdata/common/web_database_service.h
@@ -17,6 +17,7 @@
#include "base/memory/scoped_ptr.h"
#include "components/webdata/common/web_data_service_base.h"
#include "components/webdata/common/web_database.h"
+#include "components/webdata/common/webdata_export.h"
class WebDataServiceBackend;
class WebDataRequestManager;
@@ -41,7 +42,7 @@ class WebDataServiceConsumer;
//
////////////////////////////////////////////////////////////////////////////////
-class WebDatabaseService
+class WEBDATA_EXPORT WebDatabaseService
: public base::RefCountedThreadSafe<
WebDatabaseService,
content::BrowserThread::DeleteOnUIThread> {
@@ -93,6 +94,9 @@ class WebDatabaseService
friend struct content::BrowserThread::DeleteOnThread<
content::BrowserThread::UI>;
friend class base::DeleteHelper<WebDatabaseService>;
+ // We have to friend RCTS<> so WIN shared-lib build is happy (crbug/112250).
+ friend class base::RefCountedThreadSafe<WebDatabaseService,
+ content::BrowserThread::DeleteOnUIThread>;
virtual ~WebDatabaseService();
« no previous file with comments | « components/webdata/common/web_database_migration_unittest.cc ('k') | components/webdata/common/web_database_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698