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

Unified Diff: content/browser/indexed_db/indexed_db_blob_info.h

Issue 197753011: Add IndexedDBValue wrapper class to group blob info with bits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yet still happier clang, I hope. Created 6 years, 9 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/indexed_db_blob_info.h
diff --git a/content/browser/indexed_db/indexed_db_blob_info.h b/content/browser/indexed_db/indexed_db_blob_info.h
index 4f0d393e80da5ba0958d943c32a1e310d2c90abd..5a903d86129a9d9b1387f4d8ae82b22468bd42b9 100644
--- a/content/browser/indexed_db/indexed_db_blob_info.h
+++ b/content/browser/indexed_db/indexed_db_blob_info.h
@@ -8,11 +8,12 @@
#include "base/callback.h"
#include "base/files/file_path.h"
#include "base/time/time.h"
+#include "content/common/content_export.h"
#include "webkit/common/blob/shareable_file_reference.h"
namespace content {
-class IndexedDBBlobInfo {
+class CONTENT_EXPORT IndexedDBBlobInfo {
public:
typedef webkit_blob::ShareableFileReference::FinalReleaseCallback
ReleaseCallback;
« no previous file with comments | « content/browser/indexed_db/indexed_db_backing_store_unittest.cc ('k') | content/browser/indexed_db/indexed_db_callbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698