| Index: ios/public/provider/chrome/browser/spotlight/spotlight_provider.h
|
| diff --git a/ios/public/provider/chrome/browser/spotlight/spotlight_provider.h b/ios/public/provider/chrome/browser/spotlight/spotlight_provider.h
|
| index 9e9c5f202ffd1441674f583433ddf4d6a16c0faf..78faeefa09b6b655ce3a01be0d2e97c08eeb65af 100644
|
| --- a/ios/public/provider/chrome/browser/spotlight/spotlight_provider.h
|
| +++ b/ios/public/provider/chrome/browser/spotlight/spotlight_provider.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_PUBLIC_PROVIDER_CHROME_BROWSER_SPOTLIGHT_SPOTLIGHT_PROVIDER_H
|
| -#define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_SPOTLIGHT_SPOTLIGHT_PROVIDER_H
|
| +#ifndef IOS_PUBLIC_PROVIDER_CHROME_BROWSER_SPOTLIGHT_SPOTLIGHT_PROVIDER_H_
|
| +#define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_SPOTLIGHT_SPOTLIGHT_PROVIDER_H_
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| @@ -36,4 +36,4 @@ class SpotlightProvider {
|
| DISALLOW_COPY_AND_ASSIGN(SpotlightProvider);
|
| };
|
|
|
| -#endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_SPOTLIGHT_SPOTLIGHT_PROVIDER_H
|
| +#endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_SPOTLIGHT_SPOTLIGHT_PROVIDER_H_
|
|
|