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

Unified Diff: chrome/test/data/nacl/ppapi_test_lib/get_browser_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
« no previous file with comments | « chrome/renderer/benchmarking_extension.h ('k') | chrome/test/data/nacl/ppapi_test_lib/internal_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/ppapi_test_lib/get_browser_interface.h
diff --git a/chrome/test/data/nacl/ppapi_test_lib/get_browser_interface.h b/chrome/test/data/nacl/ppapi_test_lib/get_browser_interface.h
index 5d9bbb82ed6d7b921d5dca923c6763280ab205ef..06f5039fa2239c076d9d74a486f600671aa2b2cf 100644
--- a/chrome/test/data/nacl/ppapi_test_lib/get_browser_interface.h
+++ b/chrome/test/data/nacl/ppapi_test_lib/get_browser_interface.h
@@ -5,8 +5,8 @@
// Defines helper functions for all interfaces supported by the Native Client
// proxy.
-#ifndef PPAPI_NATIVE_CLIENT_TESTS_PPAPI_TEST_LIB_GET_BROWSER_INTERFACE_H_
-#define PPAPI_NATIVE_CLIENT_TESTS_PPAPI_TEST_LIB_GET_BROWSER_INTERFACE_H_
+#ifndef CHROME_TEST_DATA_NACL_PPAPI_TEST_LIB_GET_BROWSER_INTERFACE_H_
+#define CHROME_TEST_DATA_NACL_PPAPI_TEST_LIB_GET_BROWSER_INTERFACE_H_
#include "ppapi/c/dev/ppb_memory_dev.h"
#include "ppapi/c/ppb_audio.h"
@@ -79,4 +79,4 @@ const PPB_Memory_Dev* PPBMemoryDev();
const PPB_Testing_Private* PPBTestingPrivate();
-#endif // PPAPI_NATIVE_CLIENT_TESTS_PPAPI_TEST_LIB_GET_BROWSER_INTERFACE_H_
+#endif // CHROME_TEST_DATA_NACL_PPAPI_TEST_LIB_GET_BROWSER_INTERFACE_H_
« no previous file with comments | « chrome/renderer/benchmarking_extension.h ('k') | chrome/test/data/nacl/ppapi_test_lib/internal_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698