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

Unified Diff: content/shell/app/resource.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: content/shell/app/resource.h
diff --git a/content/shell/app/resource.h b/content/shell/app/resource.h
index 29bb74dfa786e13a6de9688d5e1a41ea28424a63..87cd78f2400451c8e4cdf25c8210701bad86e7a7 100644
--- a/content/shell/app/resource.h
+++ b/content/shell/app/resource.h
@@ -24,8 +24,8 @@
#define IDC_PROMPTEDIT 1005
#define IDC_DIALOGTEXT 1006
-#ifndef IDC_STATIC
-#define IDC_STATIC -1
+#ifndef CONTENT_SHELL_APP_RESOURCE_H_
+#define CONTENT_SHELL_APP_RESOURCE_H_
Avi (use Gerrit) 2015/02/25 20:28:30 Nope.
tfarina 2015/02/25 20:35:30 Done.
#endif
// Next default values for new objects
//
@@ -38,4 +38,4 @@
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 117
#endif
-#endif
+#endif // CONTENT_SHELL_APP_RESOURCE_H_
Avi (use Gerrit) 2015/02/25 20:28:30 Still nope.
tfarina 2015/02/25 20:35:30 Done.

Powered by Google App Engine
This is Rietveld 408576698