diff options
Diffstat (limited to 'chrome/common/deprecated')
-rw-r--r-- | chrome/common/deprecated/event_sys-inl.h | 1 | ||||
-rw-r--r-- | chrome/common/deprecated/event_sys.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/deprecated/event_sys-inl.h b/chrome/common/deprecated/event_sys-inl.h index 62fa350..5baa6b4 100644 --- a/chrome/common/deprecated/event_sys-inl.h +++ b/chrome/common/deprecated/event_sys-inl.h @@ -4,6 +4,7 @@ #ifndef CHROME_COMMON_DEPRECATED_EVENT_SYS_INL_H_ #define CHROME_COMMON_DEPRECATED_EVENT_SYS_INL_H_ +#pragma once #include <map> diff --git a/chrome/common/deprecated/event_sys.h b/chrome/common/deprecated/event_sys.h index bec8144..be4264a 100644 --- a/chrome/common/deprecated/event_sys.h +++ b/chrome/common/deprecated/event_sys.h @@ -4,6 +4,7 @@ #ifndef CHROME_COMMON_DEPRECATED_EVENT_SYS_H_ #define CHROME_COMMON_DEPRECATED_EVENT_SYS_H_ +#pragma once // TODO: This class should be removed or moved to Notifier code. // See Bug 42450 (http://code.google.com/p/chromium/issues/detail?id=42450). |