summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webfileutilities_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webfileutilities_impl.h')
-rw-r--r--webkit/glue/webfileutilities_impl.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/webkit/glue/webfileutilities_impl.h b/webkit/glue/webfileutilities_impl.h
index 14d7a422..e2d24f2 100644
--- a/webkit/glue/webfileutilities_impl.h
+++ b/webkit/glue/webfileutilities_impl.h
@@ -1,16 +1,18 @@
-// Copyright (c) 2010 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.
+// 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.
#ifndef WEBFILEUTILITIES_IMPL_H_
#define WEBFILEUTILITIES_IMPL_H_
#include "base/platform_file.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileUtilities.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace webkit_glue {
-class WebFileUtilitiesImpl : public WebKit::WebFileUtilities {
+class WEBKIT_GLUE_EXPORT WebFileUtilitiesImpl :
+ NON_EXPORTED_BASE(public WebKit::WebFileUtilities) {
public:
WebFileUtilitiesImpl();
virtual ~WebFileUtilitiesImpl();