| Index: components/autofill/core/browser/autofill_test_utils.h
|
| diff --git a/components/autofill/core/browser/autofill_common_test.h b/components/autofill/core/browser/autofill_test_utils.h
|
| similarity index 94%
|
| rename from components/autofill/core/browser/autofill_common_test.h
|
| rename to components/autofill/core/browser/autofill_test_utils.h
|
| index 97d53b098fb36529d03b856152a49d209b98f35c..7508f19cbedffc054631363754aadcd893b9e0c6 100644
|
| --- a/components/autofill/core/browser/autofill_common_test.h
|
| +++ b/components/autofill/core/browser/autofill_test_utils.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_COMMON_TEST_H_
|
| -#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_COMMON_TEST_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_TEST_UTILS_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_TEST_UTILS_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| @@ -98,4 +98,4 @@ void DisableSystemServices(content::BrowserContext* browser_context);
|
| } // namespace test
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_COMMON_TEST_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_TEST_UTILS_H_
|
|
|