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

Unified Diff: webkit/blob/blob_storage_controller.h

Issue 8508059: build blob as a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up nits Created 9 years, 1 month 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
« no previous file with comments | « webkit/blob/blob_export.h ('k') | webkit/blob/blob_url_request_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/blob_storage_controller.h
diff --git a/webkit/blob/blob_storage_controller.h b/webkit/blob/blob_storage_controller.h
index 7dbb6f734f991e922ae8ec2edb421041b6c08925..a32fab3eb46f732a8b24da30488a32f3c6d922b3 100644
--- a/webkit/blob/blob_storage_controller.h
+++ b/webkit/blob/blob_storage_controller.h
@@ -12,6 +12,7 @@
#include "base/memory/ref_counted.h"
#include "base/process.h"
#include "webkit/blob/blob_data.h"
+#include "webkit/blob/blob_export.h"
class GURL;
class FilePath;
@@ -26,7 +27,7 @@ class UploadData;
namespace webkit_blob {
// This class handles the logistics of blob Storage within the browser process.
-class BlobStorageController {
+class BLOB_EXPORT BlobStorageController {
public:
BlobStorageController();
~BlobStorageController();
« no previous file with comments | « webkit/blob/blob_export.h ('k') | webkit/blob/blob_url_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698