Index: components/autofill/core/browser/autofill_metrics.h |
diff --git a/components/autofill/browser/autofill_metrics.h b/components/autofill/core/browser/autofill_metrics.h |
similarity index 98% |
rename from components/autofill/browser/autofill_metrics.h |
rename to components/autofill/core/browser/autofill_metrics.h |
index fc15a992f76f16193b41d29937300516e1246b71..c509280da181e5ebe6a29f7c3f68ee84dc45982d 100644 |
--- a/components/autofill/browser/autofill_metrics.h |
+++ b/components/autofill/core/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 COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_METRICS_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_METRICS_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_METRICS_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_METRICS_H_ |
#include <stddef.h> |
#include <string> |
#include "base/basictypes.h" |
-#include "components/autofill/browser/autofill_manager_delegate.h" |
-#include "components/autofill/browser/field_types.h" |
+#include "components/autofill/core/browser/autofill_manager_delegate.h" |
+#include "components/autofill/core/browser/field_types.h" |
namespace base { |
class TimeDelta; |
@@ -508,4 +508,4 @@ class AutofillMetrics { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_METRICS_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_METRICS_H_ |