| Index: ios/chrome/app/application_delegate/memory_warning_helper.h
|
| diff --git a/ios/chrome/app/application_delegate/memory_warning_helper.h b/ios/chrome/app/application_delegate/memory_warning_helper.h
|
| index 1d720d3f206369abb3f8dfb99b0056dceaa27098..28a3c07e2c269a0e6508381d768fd2866540cb08 100644
|
| --- a/ios/chrome/app/application_delegate/memory_warning_helper.h
|
| +++ b/ios/chrome/app/application_delegate/memory_warning_helper.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 IOS_CHROME_APP_APPLICATION_DELEGATE_MEMORY_RECOVERY_HELPER_H_
|
| -#define IOS_CHROME_APP_APPLICATION_DELEGATE_MEMORY_RECOVERY_HELPER_H_
|
| +#ifndef IOS_CHROME_APP_APPLICATION_DELEGATE_MEMORY_WARNING_HELPER_H_
|
| +#define IOS_CHROME_APP_APPLICATION_DELEGATE_MEMORY_WARNING_HELPER_H_
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| @@ -24,4 +24,4 @@
|
|
|
| @end
|
|
|
| -#endif // IOS_CHROME_APP_APPLICATION_DELEGATE_MEMORY_RECOVERY_HELPER_H_
|
| +#endif // IOS_CHROME_APP_APPLICATION_DELEGATE_MEMORY_WARNING_HELPER_H_
|
|
|