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

Unified Diff: components/data_reduction_proxy/common/version.h.in

Issue 533003002: Use chromium version for data reduction proxy version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « components/data_reduction_proxy/common/version.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/common/version.h.in
diff --git a/chromecast/common/version.h.in b/components/data_reduction_proxy/common/version.h.in
similarity index 63%
copy from chromecast/common/version.h.in
copy to components/data_reduction_proxy/common/version.h.in
index 38bc38b918b8309f0b95262f5fe706d5c492a521..b5d7d50b79f3a75a678d8b40945572bbcf4df5c3 100644
--- a/chromecast/common/version.h.in
+++ b/components/data_reduction_proxy/common/version.h.in
@@ -4,9 +4,9 @@
// version.h is generated from version.h.in. Edit the source!
-#ifndef CHROMECAST_COMMON_VERSION_INFO_H_
-#define CHROMECAST_COMMON_VERSION_INFO_H_
+#ifndef DATA_REDUCTION_PROXY_COMMON_VERSION_INFO_H_
+#define DATA_REDUCTION_PROXY_COMMON_VERSION_INFO_H_
#define PRODUCT_VERSION "@VERSION_FULL@"
-#endif // CHROMECAST_COMMON_VERSION_INFO_H_
+#endif // DATA_REDUCTION_PROXY_COMMON_VERSION_INFO_H_
« no previous file with comments | « components/data_reduction_proxy/common/version.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698