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

Unified Diff: chrome/common/chrome_version_info.cc

Issue 9212049: Fix duplicate OFFICIAL_BUILD macros. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: License year fix. Created 8 years, 11 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 | « no previous file | chrome/common/chrome_version_info_posix.h.version » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_version_info.cc
diff --git a/chrome/common/chrome_version_info.cc b/chrome/common/chrome_version_info.cc
index 53ac92a349bd1a33bec48be1f6b33e5790784c12..20124bc2be2ff4b3f177fe8c84204998bcbd9678 100644
--- a/chrome/common/chrome_version_info.cc
+++ b/chrome/common/chrome_version_info.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -86,7 +86,7 @@ std::string VersionInfo::LastChange() const {
}
bool VersionInfo::IsOfficialBuild() const {
- return OFFICIAL_BUILD;
+ return IS_OFFICIAL_BUILD;
}
#endif
« no previous file with comments | « no previous file | chrome/common/chrome_version_info_posix.h.version » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698