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

Unified Diff: extensions/browser/crx_file_info.h

Issue 2081933002: Fix typo in header guard for crx_file_info.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove additional '_' Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/crx_file_info.h
diff --git a/extensions/browser/crx_file_info.h b/extensions/browser/crx_file_info.h
index 49a53415c373e8b3a22fa6c07936c121043cb6b6..17b348aa6f9845f9afdb323b77413e5c486fd6bc 100644
--- a/extensions/browser/crx_file_info.h
+++ b/extensions/browser/crx_file_info.h
@@ -31,4 +31,4 @@ struct CRXFileInfo {
} // namespace extensions
-#endif // EXTENSIONS_BROWSER_CRX_FILE_H_
+#endif // EXTENSIONS_BROWSER_CRX_FILE_INFO_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698