Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: testing/test_support.h

Issue 1707893004: Fixup incorrect include guards. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/image_diff_png.h ('k') | xfa/include/foxitxfa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « samples/image_diff_png.h ('k') | xfa/include/foxitxfa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698