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

Unified Diff: components/webdata/common/web_database.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.h
diff --git a/components/webdata/common/web_database.h b/components/webdata/common/web_database.h
index 298f0fa9d3f523b56d49484ab2abaeaeb94a7c95..62aff94b706ac0be469f5136e949201d7c17032c 100644
--- a/components/webdata/common/web_database.h
+++ b/components/webdata/common/web_database.h
@@ -9,6 +9,7 @@
#include "base/memory/scoped_ptr.h"
#include "components/webdata/common/web_database_table.h"
+#include "components/webdata/common/webdata_export.h"
#include "sql/connection.h"
#include "sql/init_status.h"
#include "sql/meta_table.h"
@@ -22,7 +23,7 @@ class NotificationService;
}
// This class manages a SQLite database that stores various web page meta data.
-class WebDatabase {
+class WEBDATA_EXPORT WebDatabase {
public:
enum State {
COMMIT_NOT_NEEDED,
« no previous file with comments | « components/webdata/common/web_data_service_test_util.cc ('k') | components/webdata/common/web_database_migration_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698