diff options
Diffstat (limited to 'webkit/blob/view_blob_internals_job.h')
-rw-r--r-- | webkit/blob/view_blob_internals_job.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/blob/view_blob_internals_job.h b/webkit/blob/view_blob_internals_job.h index eee6835..a56da72 100644 --- a/webkit/blob/view_blob_internals_job.h +++ b/webkit/blob/view_blob_internals_job.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,6 +9,7 @@ #include "base/task.h" #include "net/url_request/url_request_simple_job.h" +#include "webkit/blob/blob_export.h" namespace net { class URLRequest; @@ -21,7 +22,7 @@ class BlobStorageController; // A job subclass that implements a protocol to inspect the internal // state of blob registry. -class ViewBlobInternalsJob : public net::URLRequestSimpleJob { +class BLOB_EXPORT ViewBlobInternalsJob : public net::URLRequestSimpleJob { public: ViewBlobInternalsJob(net::URLRequest* request, BlobStorageController* blob_storage_controller); |