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

Unified Diff: content/browser/indexed_db/leveldb/leveldb_comparator.h

Issue 18023022: Blob support for IDB [Chromium] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged out--bot failed due to staleness. Created 6 years, 7 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: content/browser/indexed_db/leveldb/leveldb_comparator.h
diff --git a/content/browser/indexed_db/leveldb/leveldb_comparator.h b/content/browser/indexed_db/leveldb/leveldb_comparator.h
index 2e8e3299916ac5cf1397e7351cadb89d04f16598..aac88089e972b8998cba446bedf045c85acaaa45 100644
--- a/content/browser/indexed_db/leveldb/leveldb_comparator.h
+++ b/content/browser/indexed_db/leveldb/leveldb_comparator.h
@@ -6,10 +6,11 @@
#define CONTENT_BROWSER_INDEXED_DB_LEVELDB_LEVELDB_COMPARATOR_H_
#include "base/strings/string_piece.h"
+#include "content/common/content_export.h"
namespace content {
-class LevelDBComparator {
+class CONTENT_EXPORT LevelDBComparator {
public:
virtual ~LevelDBComparator() {}
« no previous file with comments | « content/browser/indexed_db/indexed_db_transaction_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698