summaryrefslogtreecommitdiff
path: root/testing/test_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test_support.h')
-rw-r--r--testing/test_support.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/test_support.h b/testing/test_support.h
index 359324d16a..f135425b51 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_