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.
|