| Index: rlz/test/rlz_test_helpers.h
|
| diff --git a/rlz/test/rlz_test_helpers.h b/rlz/test/rlz_test_helpers.h
|
| index ec067feeca6533891b502f5e7393fb67cf7ac752..937b723351072d25d56075c0f293d789a1f63e6d 100644
|
| --- a/rlz/test/rlz_test_helpers.h
|
| +++ b/rlz/test/rlz_test_helpers.h
|
| @@ -18,6 +18,10 @@
|
| #include "base/test/test_reg_util_win.h"
|
| #endif
|
|
|
| +// Declared it here because it is needed by chrome/browser/rlz/rlz_unittest.cc.
|
| +void InitializeRegistryOverridesForTesting(
|
| + registry_util::RegistryOverrideManager* override_manager);
|
| +
|
| class RlzLibTestNoMachineState : public ::testing::Test {
|
| protected:
|
| virtual void SetUp() OVERRIDE;
|
|
|