summaryrefslogtreecommitdiffstats
path: root/base/timer.cc
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-06 21:27:02 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-06 21:27:02 +0000
commitee132adb94b58e7ea585b1fadf232aa60810ff1b (patch)
tree71f598a0ed4ea1d7d6e31f3ecf54eefdc4fd2e3b /base/timer.cc
parent1671de4c8e8867be055ff22045afc1d9d946fc84 (diff)
downloadchromium_src-ee132adb94b58e7ea585b1fadf232aa60810ff1b.zip
chromium_src-ee132adb94b58e7ea585b1fadf232aa60810ff1b.tar.gz
chromium_src-ee132adb94b58e7ea585b1fadf232aa60810ff1b.tar.bz2
just some hopefully non-contentious stuff to get out of the way before doing the real MessageLoop changes.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/timer.cc')
-rw-r--r--base/timer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/timer.cc b/base/timer.cc
index a1d401d..7c3a636 100644
--- a/base/timer.cc
+++ b/base/timer.cc
@@ -116,8 +116,8 @@ bool TimerPQueue::ContainsTimer(const Timer* timer) const {
// TimerManager
TimerManager::TimerManager()
- : use_broken_delay_(false),
- message_hwnd_(NULL),
+ : message_hwnd_(NULL),
+ use_broken_delay_(false),
use_native_timers_(true),
message_loop_(NULL) {
// We've experimented with all sorts of timers, and initially tried