Index: services/reaper/reaper_binding.cc |
diff --git a/services/reaper/reaper_binding.cc b/services/reaper/reaper_binding.cc |
index d9e908d13d85c0d5124526179078ea02562517b3..944b573197d2caeb6b0f2194a6911deb57467579 100644 |
--- a/services/reaper/reaper_binding.cc |
+++ b/services/reaper/reaper_binding.cc |
@@ -14,6 +14,8 @@ ReaperBinding::ReaperBinding(const GURL& caller_url, |
: caller_url_(caller_url), impl_(impl), binding_(this, request.Pass()) { |
} |
+ReaperBinding::~ReaperBinding() {} |
jamesr
2015/03/06 22:35:32
i know you had to out-of-line this but why change
DaveMoore
2015/03/10 21:24:00
Done.
|
+ |
void ReaperBinding::GetApplicationSecret( |
const mojo::Callback<void(uint64)>& callback) { |
impl_->GetApplicationSecret(caller_url_, callback); |