Index: base/threading/watchdog.h |
diff --git a/base/threading/watchdog.h b/base/threading/watchdog.h |
index bf9563911c786a137924a590c568d9769eb29e3b..4af45dca742e4cbb44a7b348d25c2693dab93442 100644 |
--- a/base/threading/watchdog.h |
+++ b/base/threading/watchdog.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -59,9 +59,9 @@ class Watchdog { |
} |
virtual void ThreadMain(); |
private: |
- Watchdog* watchdog_; |
- |
void SetThreadName() const; |
+ |
+ Watchdog* watchdog_; |
}; |
enum State {ARMED, DISARMED, SHUTDOWN }; |