Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: webkit/glue/webclipboard_impl.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webaccessibility.h ('k') | webkit/glue/webcookie.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webclipboard_impl.h
diff --git a/webkit/glue/webclipboard_impl.h b/webkit/glue/webclipboard_impl.h
index c1514f2858a23fdc7c58a15b8926b4bf36afd0a3..8c21ddd2497caaa310b9b7e80ba6bbfa233ded75 100644
--- a/webkit/glue/webclipboard_impl.h
+++ b/webkit/glue/webclipboard_impl.h
@@ -5,15 +5,18 @@
#ifndef WEBCLIPBOARD_IMPL_H_
#define WEBCLIPBOARD_IMPL_H_
+#include "base/compiler_specific.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebClipboard.h"
#include "ui/base/clipboard/clipboard.h"
+#include "webkit/glue/webkit_glue_export.h"
#include <string>
namespace webkit_glue {
class ClipboardClient;
-class WebClipboardImpl : public WebKit::WebClipboard {
+class WEBKIT_GLUE_EXPORT WebClipboardImpl :
+ NON_EXPORTED_BASE(public WebKit::WebClipboard) {
public:
static std::string URLToMarkup(const WebKit::WebURL& url,
const WebKit::WebString& title);
« no previous file with comments | « webkit/glue/webaccessibility.h ('k') | webkit/glue/webcookie.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698