| Index: components/autofill/browser/autofill_metrics.h
|
| diff --git a/chrome/browser/autofill/autofill_metrics.h b/components/autofill/browser/autofill_metrics.h
|
| similarity index 97%
|
| rename from chrome/browser/autofill/autofill_metrics.h
|
| rename to components/autofill/browser/autofill_metrics.h
|
| index ca60f8ec4a11338c8aabfdb2f2e8ab50ce0158d7..36453b9baca7c75c5f09372b504ee463ee9a97fd 100644
|
| --- a/chrome/browser/autofill/autofill_metrics.h
|
| +++ b/components/autofill/browser/autofill_metrics.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_AUTOFILL_AUTOFILL_METRICS_H_
|
| -#define CHROME_BROWSER_AUTOFILL_AUTOFILL_METRICS_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_METRICS_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_METRICS_H_
|
|
|
| #include <stddef.h>
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "chrome/browser/autofill/autofill_manager_delegate.h"
|
| -#include "chrome/browser/autofill/field_types.h"
|
| +#include "components/autofill/browser/autofill_manager_delegate.h"
|
| +#include "components/autofill/browser/field_types.h"
|
|
|
| namespace base {
|
| class TimeDelta;
|
| @@ -245,4 +245,4 @@ class AutofillMetrics {
|
| DISALLOW_COPY_AND_ASSIGN(AutofillMetrics);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_METRICS_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_METRICS_H_
|
|
|