| Index: sky/engine/bindings/core/v8/ScriptPreprocessor.h
|
| diff --git a/sky/engine/bindings/core/v8/ScriptPreprocessor.h b/sky/engine/bindings/core/v8/ScriptPreprocessor.h
|
| index 7e170058bceeb6ad030c458920d697a19d33022f..f6e8df0c3b62b3f9549111468bfa15c862d14a88 100644
|
| --- a/sky/engine/bindings/core/v8/ScriptPreprocessor.h
|
| +++ b/sky/engine/bindings/core/v8/ScriptPreprocessor.h
|
| @@ -27,8 +27,8 @@
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
| -#ifndef ScriptPreprocessor_h
|
| -#define ScriptPreprocessor_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTPREPROCESSOR_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTPREPROCESSOR_H_
|
|
|
| #include "sky/engine/bindings/core/v8/V8Binding.h"
|
| #include "sky/engine/wtf/RefCounted.h"
|
| @@ -59,4 +59,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ScriptPreprocessor_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTPREPROCESSOR_H_
|
|
|