summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_frontend_impl.h
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 01:27:48 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 01:27:48 +0000
commit2f841580eb2158cd0e94b0872f2795a949e357e1 (patch)
treebfb8461b1fd169ab17e5fac3b87151e89407bfd4 /webkit/appcache/appcache_frontend_impl.h
parent200a1f1c1db2260a8737d83cf0f592ef8e4d866b (diff)
downloadchromium_src-2f841580eb2158cd0e94b0872f2795a949e357e1.zip
chromium_src-2f841580eb2158cd0e94b0872f2795a949e357e1.tar.gz
chromium_src-2f841580eb2158cd0e94b0872f2795a949e357e1.tar.bz2
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 Review URL: http://codereview.chromium.org/7859021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100831 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/appcache_frontend_impl.h')
-rw-r--r--webkit/appcache/appcache_frontend_impl.h5
1 files changed, 3 insertions, 2 deletions
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 <string>
#include <vector>
+#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);