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

Unified Diff: chrome/app/chrome_version_info_posix.h.version

Issue 1560027: Refactor FileVersionInfo into an interface with platform implementations. (Closed)
Patch Set: comments Created 10 years, 8 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/app/chrome_version_info.cc ('k') | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_version_info_posix.h.version
diff --git a/base/file_version_info_linux.h.version b/chrome/app/chrome_version_info_posix.h.version
similarity index 78%
rename from base/file_version_info_linux.h.version
rename to chrome/app/chrome_version_info_posix.h.version
index 88bf2340de6073b3d630ea4daa0ff98a26f4992f..01295f2cafc524ad7e86b19470a8d68f162ed68e 100644
--- a/base/file_version_info_linux.h.version
+++ b/chrome/app/chrome_version_info_posix.h.version
@@ -1,9 +1,9 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
-#ifndef BASE_FILE_VERSION_INFO_LINUX_H_
-#define BASE_FILE_VERSION_INFO_LINUX_H_
+#ifndef CHROME_APP_CHROME_VERSION_INFO_POSIX_H_
+#define CHROME_APP_CHROME_VERSION_INFO_POSIX_H_
#define COMPANY_NAME L"@COMPANY_FULLNAME@"
#define FILE_DESCRIPTION L"@PRODUCT_FULLNAME@"
@@ -23,4 +23,4 @@
#define COMMENTS L""
#define LEGAL_TRADEMARKS L""
-#endif // BASE_FILE_VERSION_INFO_LINUX_H_
+#endif // CHROME_APP_CHROME_VERSION_INFO_POSIX_H_
« no previous file with comments | « chrome/app/chrome_version_info.cc ('k') | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698