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

Unified Diff: chrome/common/chrome_constants.cc

Issue 1418933002: Revert of Cleanup chrome/version.h handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « chrome/common/BUILD.gn ('k') | chrome/common/chrome_version.cc.version » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_constants.cc
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
index 206f8e2238feb12797d0184accc6f7de466170b5..31fcdc8acd14425415b71849f5e05e5345cf0f57 100644
--- a/chrome/common/chrome_constants.cc
+++ b/chrome/common/chrome_constants.cc
@@ -3,7 +3,6 @@
// found in the LICENSE file.
#include "chrome/common/chrome_constants.h"
-#include "chrome/common/chrome_version.h"
#define FPL FILE_PATH_LITERAL
@@ -19,8 +18,6 @@
#endif // defined(OS_MACOSX)
namespace chrome {
-
-const char kChromeVersion[] = CHROME_VERSION_STRING;
#if defined(OS_WIN)
const char kChromeVersionEnvVar[] = "CHROME_VERSION";
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/chrome_version.cc.version » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698