| Index: sky/engine/wtf/FilePrintStream.h
|
| diff --git a/sky/engine/wtf/FilePrintStream.h b/sky/engine/wtf/FilePrintStream.h
|
| index e94a50edb4addc097b7be00c975f59571a839e48..f5aece70b75d5cdb3739bcbd599f8f0b55fbe6cc 100644
|
| --- a/sky/engine/wtf/FilePrintStream.h
|
| +++ b/sky/engine/wtf/FilePrintStream.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FilePrintStream_h
|
| -#define FilePrintStream_h
|
| +#ifndef SKY_ENGINE_WTF_FILEPRINTSTREAM_H_
|
| +#define SKY_ENGINE_WTF_FILEPRINTSTREAM_H_
|
|
|
| #include <stdio.h>
|
| #include "sky/engine/wtf/PassOwnPtr.h"
|
| @@ -58,5 +58,5 @@ private:
|
|
|
| using WTF::FilePrintStream;
|
|
|
| -#endif // FilePrintStream_h
|
| +#endif // SKY_ENGINE_WTF_FILEPRINTSTREAM_H_
|
|
|
|
|