| Index: base/mac/memory_pressure_monitor_mac.h
|
| diff --git a/base/mac/memory_pressure_monitor_mac.h b/base/mac/memory_pressure_monitor_mac.h
|
| index aebdd6538e40b1c62b5b8d8bd3c9e573e7a6616a..8dc2622de488857b60c2c3539fd338d6f2136933 100644
|
| --- a/base/mac/memory_pressure_monitor_mac.h
|
| +++ b/base/mac/memory_pressure_monitor_mac.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 BASE_MEMORY_MEMORY_PRESSURE_MONITOR_MAC_H_
|
| -#define BASE_MEMORY_MEMORY_PRESSURE_MONITOR_MAC_H_
|
| +#ifndef BASE_MAC_MEMORY_PRESSURE_MONITOR_MAC_H_
|
| +#define BASE_MAC_MEMORY_PRESSURE_MONITOR_MAC_H_
|
|
|
| #include <dispatch/dispatch.h>
|
|
|
| @@ -59,4 +59,4 @@ class BASE_EXPORT MemoryPressureMonitorMac : public MemoryPressureMonitor {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_MEMORY_MEMORY_PRESSURE_MONITOR_MAC_H_
|
| +#endif // BASE_MAC_MEMORY_PRESSURE_MONITOR_MAC_H_
|
|
|