Index: src/sksl/ir/SkSLVarDeclarationsStatement.h |
diff --git a/src/sksl/ir/SkSLVarDeclarationStatement.h b/src/sksl/ir/SkSLVarDeclarationsStatement.h |
similarity index 86% |
rename from src/sksl/ir/SkSLVarDeclarationStatement.h |
rename to src/sksl/ir/SkSLVarDeclarationsStatement.h |
index 59d37ab9158945b78cd7ffda6b065224e286eb9e..0b62edb866f5a200231e8ffc06ea47074eada9a1 100644 |
--- a/src/sksl/ir/SkSLVarDeclarationStatement.h |
+++ b/src/sksl/ir/SkSLVarDeclarationsStatement.h |
@@ -5,11 +5,11 @@ |
* found in the LICENSE file. |
*/ |
-#ifndef SKSL_VARDECLARATIONSTATEMENT |
-#define SKSL_VARDECLARATIONSTATEMENT |
+#ifndef SKSL_VARDECLARATIONSSTATEMENT |
+#define SKSL_VARDECLARATIONSSTATEMENT |
#include "SkSLStatement.h" |
-#include "SkSLVarDeclaration.h" |
+#include "SkSLVarDeclarations.h" |
namespace SkSL { |