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

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

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 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 | « content/public/common/geoposition.h ('k') | content/public/common/manifest.h » ('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/public/common/injection_test_win.h b/content/public/common/injection_test_win.h
index cc1e684e13f015cdf44b199c3386ce5768e90787..67e8428d851c0a4cf60bc133ac2a5bc542f32e3c 100644
--- a/content/public/common/injection_test_win.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_WIN_H_
-#define CONTENT_COMMON_INJECTION_TEST_WIN_H_
+#ifndef CONTENT_PUBLIC_COMMON_INJECTION_TEST_WIN_H_
+#define CONTENT_PUBLIC_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_WIN_H_
+#endif // CONTENT_PUBLIC_COMMON_INJECTION_TEST_WIN_H_
« no previous file with comments | « content/public/common/geoposition.h ('k') | content/public/common/manifest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698