| Index: chrome/installer/setup/setup_constants.h
|
| diff --git a/chrome/installer/setup/setup_constants.h b/chrome/installer/setup/setup_constants.h
|
| index aa15381a1a191eb2b1fa2e79463f55f256f07746..25f233efa5df417a3697b3a0c5cd88eb8b5d8c67 100644
|
| --- a/chrome/installer/setup/setup_constants.h
|
| +++ b/chrome/installer/setup/setup_constants.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 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.
|
|
|
| @@ -10,8 +10,6 @@
|
|
|
| namespace installer {
|
|
|
| -extern const wchar_t kWowHelperExe[];
|
| -extern const wchar_t kDictionaries[];
|
| extern const wchar_t kChromeArchive[];
|
| extern const wchar_t kChromeCompressedArchive[];
|
|
|
| @@ -19,6 +17,7 @@ extern const wchar_t kInstallSourceDir[];
|
| extern const wchar_t kInstallSourceChromeDir[];
|
|
|
| extern const wchar_t kMediaPlayerRegPath[];
|
| +
|
| } // namespace installer
|
|
|
| #endif // CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__
|
|
|