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

Unified Diff: jingle/notifier/base/fake_base_task.cc

Issue 6250088: Cleanup everything but net/ for our first clang plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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: jingle/notifier/base/fake_base_task.cc
diff --git a/jingle/notifier/base/fake_base_task.cc b/jingle/notifier/base/fake_base_task.cc
index 37773993d4ee3d5ae3827f2a8a11ff773c012ad0..694bac08000db7f7b2a2e0f30a0ccae3d2911037 100644
--- a/jingle/notifier/base/fake_base_task.cc
+++ b/jingle/notifier/base/fake_base_task.cc
@@ -43,6 +43,8 @@ FakeBaseTask::FakeBaseTask() {
base_task_ = weak_xmpp_client->AsWeakPtr();
}
+FakeBaseTask::~FakeBaseTask() {}
+
base::WeakPtr<talk_base::Task> FakeBaseTask::AsWeakPtr() {
return base_task_;
}

Powered by Google App Engine
This is Rietveld 408576698