| // Copyright 2018 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_CHROME_CLEANER_TEST_TEST_BRANDING_H_ |
| #define CHROME_CHROME_CLEANER_TEST_TEST_BRANDING_H_ |
| |
| // Replacements for PRODUCT_FULLNAME_STRING and PRODUCT_SHORTNAME_STRING to be |
| // used in tests. |
| |
| #define TEST_PRODUCT_FULLNAME_STRING L"Chrome Cleanup Tool Test" |
| #define TEST_PRODUCT_SHORTNAME_STRING L"Chrome Cleanup Tool Test" |
| |
| #endif // CHROME_CHROME_CLEANER_TEST_TEST_BRANDING_H_ |