diff options
Diffstat (limited to 'chrome/browser/hang_monitor')
-rw-r--r-- | chrome/browser/hang_monitor/hung_plugin_action.h | 1 | ||||
-rw-r--r-- | chrome/browser/hang_monitor/hung_window_detector.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/hang_monitor/hung_plugin_action.h b/chrome/browser/hang_monitor/hung_plugin_action.h index 631bd34..4958def 100644 --- a/chrome/browser/hang_monitor/hung_plugin_action.h +++ b/chrome/browser/hang_monitor/hung_plugin_action.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_HANG_MONITOR_HUNG_PLUGIN_ACTION_H__ #define CHROME_BROWSER_HANG_MONITOR_HUNG_PLUGIN_ACTION_H__ +#pragma once #include "chrome/browser/hang_monitor/hung_window_detector.h" // This class provides an implementation the diff --git a/chrome/browser/hang_monitor/hung_window_detector.h b/chrome/browser/hang_monitor/hung_window_detector.h index bcf1617..0e48739 100644 --- a/chrome/browser/hang_monitor/hung_window_detector.h +++ b/chrome/browser/hang_monitor/hung_window_detector.h @@ -4,6 +4,7 @@ #ifndef CHROME_BROWSER_HANG_MONITOR_HUNG_WINDOW_DETECTOR_H__ #define CHROME_BROWSER_HANG_MONITOR_HUNG_WINDOW_DETECTOR_H__ +#pragma once #include "base/lock.h" #include "chrome/common/worker_thread_ticker.h" |