diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 05:13:14 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 05:13:14 +0000 |
commit | 4d5b96b229869f27a1ab1bb31e952615ef770e12 (patch) | |
tree | 0784dfc8244b534651f8f04e5b923c1770155592 /webkit/blob/view_blob_internals_job.h | |
parent | 1311a0786ef2de3cb44ca9684b8d66ed1013e01b (diff) | |
download | chromium_src-4d5b96b229869f27a1ab1bb31e952615ef770e12.zip chromium_src-4d5b96b229869f27a1ab1bb31e952615ef770e12.tar.gz chromium_src-4d5b96b229869f27a1ab1bb31e952615ef770e12.tar.bz2 |
build blob as a component.
This is needed to fix a failing ui_test on the linux dbg shared bot; the failure
was introduced in r109534 when I enabled the component build of content.
This fix isn't perfect but it should do for now.
TBR=michaeln@chromium.org
BUG=90442
TEST=
Review URL: http://codereview.chromium.org/8508059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109589 0039d316-1c4b-4281-b951-d872f2087c98
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); |