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

Unified Diff: gin/modules/timer.h

Issue 580703002: Code re-factor related to WeakPtrFactory in src/gin module (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | gin/modules/timer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/modules/timer.h
diff --git a/gin/modules/timer.h b/gin/modules/timer.h
index e2bed2e56fbee24cbed89949c97a9e0f6630be7b..da17fe14822886cc73bd6c03d2bb728360afbbe9 100644
--- a/gin/modules/timer.h
+++ b/gin/modules/timer.h
@@ -38,9 +38,10 @@ class GIN_EXPORT Timer : public Wrappable<Timer> {
virtual ~Timer();
void OnTimerFired();
- base::WeakPtrFactory<Timer> weak_factory_;
base::Timer timer_;
base::WeakPtr<gin::Runner> runner_;
+ base::WeakPtrFactory<Timer> weak_factory_;
+
jochen (gone - plz use gerrit) 2014/09/19 13:30:36 nit. no empty line while you touch this class any
};
« no previous file with comments | « no previous file | gin/modules/timer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698