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

Unified Diff: content/public/common/injection_test_win.h

Issue 10827282: Move the injection test API to content/public. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gypi Created 8 years, 4 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 | « content/public/common/injection_test_mac.h ('k') | content/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/public/common/injection_test_mac.h ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698