| Index: chrome/installer/mini_installer/appid.h
|
| diff --git a/chrome/installer/mini_installer/appid.h b/chrome/installer/mini_installer/appid.h
|
| index 07f54a8090182d4391825c410e16a43c995f805e..92041c94b8a6c5054d2ca3cbd01c216cffa33395 100644
|
| --- a/chrome/installer/mini_installer/appid.h
|
| +++ b/chrome/installer/mini_installer/appid.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 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,6 +10,7 @@
|
| namespace google_update {
|
| extern const wchar_t kAppGuid[];
|
| extern const wchar_t kSxSAppGuid[];
|
| +extern const wchar_t kChromeAppHostAppGuid[];
|
| extern const wchar_t kChromeFrameAppGuid[];
|
| extern const wchar_t kMultiInstallAppGuid[];
|
| }
|
|
|