| Index: sky/engine/wtf/PrintStream.h
|
| diff --git a/sky/engine/wtf/PrintStream.h b/sky/engine/wtf/PrintStream.h
|
| index 47fdb8b3287e12b554d3153e3d1a4cc5265aadb5..d624df1954ae3290aa3305ce66f140f9d6242b7e 100644
|
| --- a/sky/engine/wtf/PrintStream.h
|
| +++ b/sky/engine/wtf/PrintStream.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PrintStream_h
|
| -#define PrintStream_h
|
| +#ifndef SKY_ENGINE_WTF_PRINTSTREAM_H_
|
| +#define SKY_ENGINE_WTF_PRINTSTREAM_H_
|
|
|
| #include <stdarg.h>
|
| #include "sky/engine/wtf/FastAllocBase.h"
|
| @@ -298,5 +298,5 @@ using WTF::PointerDump;
|
| using WTF::PrintStream;
|
| using WTF::pointerDump;
|
|
|
| -#endif // PrintStream_h
|
| +#endif // SKY_ENGINE_WTF_PRINTSTREAM_H_
|
|
|
|
|