Index: content/public/common/injection_test_win.h |
diff --git a/content/common/injection_test_dll.h b/content/public/common/injection_test_win.h |
similarity index 86% |
rename from content/common/injection_test_dll.h |
rename to content/public/common/injection_test_win.h |
index 94205bf8246e13256934c239468c02f99da7bc0e..cc1e684e13f015cdf44b199c3386ce5768e90787 100644 |
--- a/content/common/injection_test_dll.h |
+++ b/content/public/common/injection_test_win.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 CONTENT_COMMON_INJECTION_TEST_DLL_H_ |
-#define CONTENT_COMMON_INJECTION_TEST_DLL_H_ |
+#ifndef CONTENT_COMMON_INJECTION_TEST_WIN_H_ |
+#define CONTENT_COMMON_INJECTION_TEST_WIN_H_ |
// This file defines the entry points for any DLL that can be loaded into the |
// renderer or plugin process for the purposes of testing. The DLL code must |
@@ -23,4 +23,4 @@ typedef BOOL (__cdecl *RunPluginTests)(int* test_count); |
#endif |
} |
-#endif // CONTENT_COMMON_INJECTION_TEST_DLL_H_ |
+#endif // CONTENT_COMMON_INJECTION_TEST_WIN_H_ |