Index: testing/test_support.h |
diff --git a/testing/test_support.h b/testing/test_support.h |
index 359324d16a9bb74364b65bc39d2f728cbd28c2b7..f135425b514fe91a660823a9aa1d4359108baa9d 100644 |
--- a/testing/test_support.h |
+++ b/testing/test_support.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef TESTING_EMBEDDER_TEST_SUPPORT_H_ |
-#define TESTING_EMBEDDER_TEST_SUPPORT_H_ |
+#ifndef TESTING_TEST_SUPPORT_H_ |
+#define TESTING_TEST_SUPPORT_H_ |
#include <stdlib.h> |
#include <memory> |
@@ -107,4 +107,4 @@ class TestSaver : public FPDF_FILEWRITE { |
std::string m_String; |
}; |
-#endif // TESTING_EMBEDDER_TEST_SUPPORT_H_ |
+#endif // TESTING_TEST_SUPPORT_H_ |