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

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: typo 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
« no previous file with comments | « extensions/shell/browser/shell_nacl_browser_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « extensions/shell/browser/shell_nacl_browser_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698