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

Unified Diff: chrome/test/data/nacl/ppapi_test_lib/internal_utils.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/internal_utils.h
diff --git a/chrome/test/data/nacl/ppapi_test_lib/internal_utils.h b/chrome/test/data/nacl/ppapi_test_lib/internal_utils.h
index b1997b607b285c8dfcc62a446dcd37c507834dfe..db18eca6c1054c615e15550e1ee76ee4420018f8 100644
--- a/chrome/test/data/nacl/ppapi_test_lib/internal_utils.h
+++ b/chrome/test/data/nacl/ppapi_test_lib/internal_utils.h
@@ -4,8 +4,8 @@
//
// This is an internal header. Do not include in your test implementation.
-#ifndef NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_INTERNAL_UTILS_H
-#define NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_INTERNAL_UTILS_H
+#ifndef CHROME_TEST_DATA_NACL_PPAPI_TEST_LIB_INTERNAL_UTILS_H_
+#define CHROME_TEST_DATA_NACL_PPAPI_TEST_LIB_INTERNAL_UTILS_H_
#include "native_client/src/include/nacl_string.h"
@@ -28,4 +28,4 @@ bool HasScriptableTest(nacl::string test_name);
PP_Var RunScriptableTest(nacl::string test_name);
void RunTest(nacl::string test_name);
-#endif // NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_INTERNAL_UTILS_H
+#endif // CHROME_TEST_DATA_NACL_PPAPI_TEST_LIB_INTERNAL_UTILS_H_
« no previous file with comments | « chrome/test/data/nacl/ppapi_test_lib/get_browser_interface.h ('k') | chrome/test/data/nacl/ppapi_test_lib/test_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698