From b2ad61ce69acceabba0db7befa4b6401f3ee000d Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Wed, 14 Sep 2011 02:47:54 +0000 Subject: Prepare appcache to build as a DLL in the component build. This is needed to break the circular dependencies between appcache, chrome, and content (once we fix the messageloopproxy issue as seen in http://codereview.chromium.org/7841052/ ). R=michaeln@chromium.org, jam@chromium.org BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100831 Review URL: http://codereview.chromium.org/7859021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101017 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/appcache/appcache_frontend_impl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webkit/appcache/appcache_frontend_impl.h') diff --git a/webkit/appcache/appcache_frontend_impl.h b/webkit/appcache/appcache_frontend_impl.h index 159cbec..ce37d26 100644 --- a/webkit/appcache/appcache_frontend_impl.h +++ b/webkit/appcache/appcache_frontend_impl.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. @@ -7,11 +7,12 @@ #include #include +#include "webkit/appcache/appcache_export.h" #include "webkit/appcache/appcache_interfaces.h" namespace appcache { -class AppCacheFrontendImpl : public AppCacheFrontend { +class APPCACHE_EXPORT AppCacheFrontendImpl : public AppCacheFrontend { public: virtual void OnCacheSelected( int host_id, const appcache::AppCacheInfo& info); -- cgit v1.1