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

Unified Diff: content/renderer/web_ui_bindings.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 months 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
Index: content/renderer/web_ui_bindings.h
diff --git a/content/renderer/web_ui_bindings.h b/content/renderer/web_ui_bindings.h
index 0d49c96b77519fec36abce7ca5964bce5df7d80d..b8f8c81480279e7c88fc10d9d0464ed628eabe61 100644
--- a/content/renderer/web_ui_bindings.h
+++ b/content/renderer/web_ui_bindings.h
@@ -6,6 +6,7 @@
#define CONTENT_RENDERER_WEB_UI_BINDINGS_H_
#pragma once
+#include "content/common/content_export.h"
#include "ipc/ipc_message.h"
#include "webkit/glue/cpp_bound_class.h"
@@ -14,8 +15,8 @@
// in the browser process.
class DOMBoundBrowserObject : public CppBoundClass {
public:
- DOMBoundBrowserObject();
- virtual ~DOMBoundBrowserObject();
+ CONTENT_EXPORT DOMBoundBrowserObject();
+ CONTENT_EXPORT virtual ~DOMBoundBrowserObject();
// Set the message channel back to the browser.
void set_message_sender(IPC::Message::Sender* sender) {

Powered by Google App Engine
This is Rietveld 408576698