summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/dom_ui_bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/dom_ui_bindings.h')
-rw-r--r--chrome/renderer/dom_ui_bindings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/dom_ui_bindings.h b/chrome/renderer/dom_ui_bindings.h
index 75b1385..2ef55e5 100644
--- a/chrome/renderer/dom_ui_bindings.h
+++ b/chrome/renderer/dom_ui_bindings.h
@@ -15,7 +15,7 @@ class DOMBoundBrowserObject : public CppBoundClass {
public:
DOMBoundBrowserObject() : routing_id_(0) { }
virtual ~DOMBoundBrowserObject();
-
+
// Set the message channel back to the browser.
void set_message_sender(IPC::Message::Sender* sender) {
sender_ = sender;