| Index: base/mac/cocoa_protocols.h
|
| diff --git a/base/mac/cocoa_protocols.h b/base/mac/cocoa_protocols.h
|
| index ab34a196acf4c1f3a6f85765a6a60fd8910f620b..a28795c3a4d30ffa97a6928f1cdf6f79c8e694a9 100644
|
| --- a/base/mac/cocoa_protocols.h
|
| +++ b/base/mac/cocoa_protocols.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_COCOA_PROTOCOLS_MAC_H_
|
| -#define BASE_COCOA_PROTOCOLS_MAC_H_
|
| +#ifndef BASE_MAC_COCOA_PROTOCOLS_H_
|
| +#define BASE_MAC_COCOA_PROTOCOLS_H_
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| @@ -28,4 +28,4 @@ DEFINE_EMPTY_PROTOCOL(ICCameraDeviceDownloadDelegate)
|
|
|
| #undef DEFINE_EMPTY_PROTOCOL
|
|
|
| -#endif // BASE_COCOA_PROTOCOLS_MAC_H_
|
| +#endif // BASE_MAC_COCOA_PROTOCOLS_H_
|
|
|