| Index: components/autofill/core/browser/keyboard_accessory_metrics_logger.h
|
| diff --git a/components/autofill/ios/browser/keyboard_accessory_metrics_logger.h b/components/autofill/core/browser/keyboard_accessory_metrics_logger.h
|
| similarity index 91%
|
| rename from components/autofill/ios/browser/keyboard_accessory_metrics_logger.h
|
| rename to components/autofill/core/browser/keyboard_accessory_metrics_logger.h
|
| index a3cd9d69a8b40c789b2d431a701b70ac3015aaf8..50f704ccb299d1d344eb23a37ad9c23c937d6197 100644
|
| --- a/components/autofill/ios/browser/keyboard_accessory_metrics_logger.h
|
| +++ b/components/autofill/core/browser/keyboard_accessory_metrics_logger.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_IOS_BROWSER_KEYBOARD_ACCESSORY_METRICS_LOGGER_H_
|
| -#define COMPONENTS_AUTOFILL_IOS_BROWSER_KEYBOARD_ACCESSORY_METRICS_LOGGER_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_KEYBOARD_ACCESSORY_METRICS_LOGGER_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_KEYBOARD_ACCESSORY_METRICS_LOGGER_H_
|
|
|
| #include "base/basictypes.h"
|
|
|
| @@ -70,4 +70,4 @@ class KeyboardAccessoryMetricsLogger {
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_IOS_BROWSER_KEYBOARD_ACCESSORY_METRICS_LOGGER_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_KEYBOARD_ACCESSORY_METRICS_LOGGER_H_
|
|
|