Chromium Code Reviews| Index: chrome/installer/util/app_launcher_installer_util.h |
| diff --git a/chrome/installer/util/app_launcher_installer_util.h b/chrome/installer/util/app_launcher_installer_util.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..24175402442c441bd611e25cd1835a4cd010e645 |
| --- /dev/null |
| +++ b/chrome/installer/util/app_launcher_installer_util.h |
| @@ -0,0 +1,22 @@ |
| +// Copyright (c) 2014 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 CHROME_INSTALLER_UTIL_APP_LAUNCHER_INSTALLER_UTIL_H_ |
| +#define CHROME_INSTALLER_UTIL_APP_LAUNCHER_INSTALLER_UTIL_H_ |
| + |
| +#if defined(GOOGLE_CHROME_BUILD) |
| + |
| +#include "base/strings/string16.h" |
| + |
| +namespace installer { |
| +namespace app_launcher_installer { |
|
grt (UTC plus 2)
2015/01/09 18:57:04
nix this namespace, too
huangs
2015/01/18 01:18:24
Will do so once you insist.
|
| + |
| +void RemoveDeprecatedModifiers(base::string16* value); |
| + |
| +} // namespace app_launcher_installer |
| +} // namespace installer |
| + |
| +#endif // defined(GOOGLE_CHROME_BUILD) |
| + |
| +#endif // CHROME_INSTALLER_UTIL_APP_LAUNCHER_INSTALLER_UTIL_H_ |