Rename ParseHelper.cpp/h to ParseContext.cpp/h.

TRAC #24002

Signed-off-by: Shannon Woods
Signed-off-by: Geoff Lang
diff --git a/src/compiler/translator/compilerdebug.cpp b/src/compiler/translator/compilerdebug.cpp
index 1cee6e7..c03867f 100644
--- a/src/compiler/translator/compilerdebug.cpp
+++ b/src/compiler/translator/compilerdebug.cpp
@@ -12,7 +12,7 @@
 #include <stdio.h>
 
 #include "compiler/translator/InitializeParseContext.h"
-#include "compiler/translator/ParseHelper.h"
+#include "compiler/translator/ParseContext.h"
 
 static const int kTraceBufferLen = 1024;