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

Unified Diff: testing/test_support.h

Issue 1707893004: Fixup incorrect include guards. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
Index: testing/test_support.h
diff --git a/testing/test_support.h b/testing/test_support.h
index 16ed06f8dfc7d0655f2b1204ad732f7c8d38dfce..b92081a6c983aa813685ba3929c6d53cc97758ce 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_

Powered by Google App Engine
This is Rietveld 408576698