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

Unified Diff: chrome/test/data/nacl/ppapi_test_lib/test_interface.h

Issue 2637403002: Fix header guards in //chrome (Closed)
Patch Set: Created 3 years, 11 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: chrome/test/data/nacl/ppapi_test_lib/test_interface.h
diff --git a/chrome/test/data/nacl/ppapi_test_lib/test_interface.h b/chrome/test/data/nacl/ppapi_test_lib/test_interface.h
index f00fd94bf761168102e7c1877c1f08dc3e0124a9..bc381383df752b5ba1a8c08495d334cccbe791ba 100644
--- a/chrome/test/data/nacl/ppapi_test_lib/test_interface.h
+++ b/chrome/test/data/nacl/ppapi_test_lib/test_interface.h
@@ -37,8 +37,8 @@
// }
//
-#ifndef NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_TEST_INTERFACE_H
-#define NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_TEST_INTERFACE_H
+#ifndef CHROME_TEST_DATA_NACL_PPAPI_TEST_LIB_TEST_INTERFACE_H_
+#define CHROME_TEST_DATA_NACL_PPAPI_TEST_LIB_TEST_INTERFACE_H_
#include <stdint.h>
#include <stdio.h>
@@ -222,4 +222,4 @@ bool IsImageRectOnScreen(PP_Resource graphics2d,
PP_Size size,
ColorPremul color);
-#endif // NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_TEST_INTERFACE_H
+#endif // CHROME_TEST_DATA_NACL_PPAPI_TEST_LIB_TEST_INTERFACE_H_
« no previous file with comments | « chrome/test/data/nacl/ppapi_test_lib/internal_utils.h ('k') | chrome/test/data/nacl/ppapi_test_lib/testable_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698