diff options
Diffstat (limited to 'chrome/browser/metrics/metrics_log.h')
-rw-r--r-- | chrome/browser/metrics/metrics_log.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h index a243ce1..69b6f62 100644 --- a/chrome/browser/metrics/metrics_log.h +++ b/chrome/browser/metrics/metrics_log.h @@ -5,8 +5,8 @@ // This file defines a set of user experience metrics data recorded by // the MetricsService. This is the unit of data that is sent to the server. -#ifndef CHROME_BROWSER_METRICS_LOG_H__ -#define CHROME_BROWSER_METRICS_LOG_H__ +#ifndef CHROME_BROWSER_METRICS_METRICS_LOG_H_ +#define CHROME_BROWSER_METRICS_METRICS_LOG_H_ #include <libxml/xmlwriter.h> @@ -202,4 +202,4 @@ class MetricsLog { DISALLOW_EVIL_CONSTRUCTORS(MetricsLog); }; -#endif // CHROME_BROWSER_METRICS_LOG_H__ +#endif // CHROME_BROWSER_METRICS_METRICS_LOG_H_ |