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

Unified Diff: extensions/shell/common/version.h.in

Issue 477113006: Use a real version string for app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: extensions/shell/common/version.h.in
diff --git a/extensions/shell/common/version.h.in b/extensions/shell/common/version.h.in
index 70f269aad821c73cf70444c65fe054ee48e553a4..256f450e4890c5df0ec183c80ec64cde13bb9e41 100644
--- a/extensions/shell/common/version.h.in
+++ b/extensions/shell/common/version.h.in
@@ -4,10 +4,10 @@
// version.h is generated from version.h.in. Edit the source!
-#ifndef EXTENSIONS_SHELL_COMMON_VERSION_INFO_H_
-#define EXTENSIONS_SHELL_COMMON_VERSION_INFO_H_
+#ifndef EXTENSIONS_SHELL_COMMON_VERSION_H_
+#define EXTENSIONS_SHELL_COMMON_VERSION_H_
#define PRODUCT_VERSION "@VERSION_FULL@"
#define LAST_CHANGE "@LASTCHANGE@"
-#endif // EXTENSIONS_SHELL_COMMON_VERSION_INFO_H_
+#endif // EXTENSIONS_SHELL_COMMON_VERSION_H_

Powered by Google App Engine
This is Rietveld 408576698