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

Unified Diff: chrome/browser/hang_monitor/hung_window_detector.h

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 years, 2 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: chrome/browser/hang_monitor/hung_window_detector.h
diff --git a/chrome/browser/hang_monitor/hung_window_detector.h b/chrome/browser/hang_monitor/hung_window_detector.h
index b3ac56dd84ca817f68ca6a7895bc3ad00fe1c237..d4e255344564b5a6c59c38417ee780a9da780aa0 100644
--- a/chrome/browser/hang_monitor/hung_window_detector.h
+++ b/chrome/browser/hang_monitor/hung_window_detector.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_HUNG_WINDOW_DETECTOR_H__
-#define CHROME_BROWSER_HUNG_WINDOW_DETECTOR_H__
+#ifndef CHROME_BROWSER_HANG_MONITOR_HUNG_WINDOW_DETECTOR_H__
+#define CHROME_BROWSER_HANG_MONITOR_HUNG_WINDOW_DETECTOR_H__
#include "base/lock.h"
#include "chrome/common/worker_thread_ticker.h"
@@ -48,7 +48,7 @@ class HungWindowDetector : public WorkerThreadTicker::Callback {
// Ownership of this pointer is not transferred to this class.
// Note that the Initialize method needs to be called to initiate monitoring
// of hung windows.
- HungWindowDetector(HungWindowNotification* notification);
+ explicit HungWindowDetector(HungWindowNotification* notification);
~HungWindowDetector();
// This method initialized the monitoring of hung windows. All descendant
@@ -88,4 +88,4 @@ class HungWindowDetector : public WorkerThreadTicker::Callback {
};
-#endif // CHROME_BROWSER_HUNG_WINDOW_DETECTOR_H__
+#endif // CHROME_BROWSER_HANG_MONITOR_HUNG_WINDOW_DETECTOR_H__

Powered by Google App Engine
This is Rietveld 408576698