| Index: chrome/installer/util/google_chrome_binaries_distribution.h
|
| diff --git a/chrome/installer/util/google_chrome_binaries_distribution.h b/chrome/installer/util/google_chrome_binaries_distribution.h
|
| index 05de929262e1a084b830d755a74c16b5e68857c0..81c75d787d7ba142469919bbe527eae9e97f5950 100644
|
| --- a/chrome/installer/util/google_chrome_binaries_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_binaries_distribution.h
|
| @@ -1,8 +1,8 @@
|
| -// 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.
|
| //
|
| -// This file declares a class that contains various method related to branding.
|
| +// This file defines a class that contains various method related to branding.
|
|
|
| #ifndef CHROME_INSTALLER_UTIL_GOOGLE_CHROME_BINARIES_DISTRIBUTION_H_
|
| #define CHROME_INSTALLER_UTIL_GOOGLE_CHROME_BINARIES_DISTRIBUTION_H_
|
| @@ -12,15 +12,15 @@
|
|
|
| class GoogleChromeBinariesDistribution : public ChromiumBinariesDistribution {
|
| public:
|
| - virtual std::wstring GetAppGuid();
|
| + virtual string16 GetAppGuid();
|
|
|
| - virtual std::wstring GetAppShortCutName();
|
| + virtual string16 GetAppShortCutName();
|
|
|
| - virtual std::wstring GetStateKey();
|
| + virtual string16 GetStateKey();
|
|
|
| - virtual std::wstring GetStateMediumKey();
|
| + virtual string16 GetStateMediumKey();
|
|
|
| - virtual std::wstring GetVersionKey();
|
| + virtual string16 GetVersionKey();
|
|
|
| virtual void UpdateInstallStatus(bool system_install,
|
| installer::ArchiveType archive_type,
|
|
|