Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(961)

Unified Diff: components/autofill/browser/autofill_metrics.h

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « components/autofill/browser/autofill_merge_unittest.cc ('k') | components/autofill/browser/autofill_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698