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

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

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.cc
diff --git a/chrome/browser/autofill/autofill_metrics.cc b/components/autofill/browser/autofill_metrics.cc
similarity index 98%
rename from chrome/browser/autofill/autofill_metrics.cc
rename to components/autofill/browser/autofill_metrics.cc
index f390f5b2240f44d5b55f23854c40d349f424b1ab..b59ba54bdd6563912ad5b4a8697889f64252b5d6 100644
--- a/chrome/browser/autofill/autofill_metrics.cc
+++ b/components/autofill/browser/autofill_metrics.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/autofill/autofill_metrics.h"
+#include "components/autofill/browser/autofill_metrics.h"
#include "base/logging.h"
#include "base/metrics/histogram.h"
#include "base/time.h"
-#include "chrome/browser/autofill/autofill_type.h"
-#include "chrome/browser/autofill/form_structure.h"
+#include "components/autofill/browser/autofill_type.h"
+#include "components/autofill/browser/form_structure.h"
#include "components/autofill/common/form_data.h"
namespace {
« no previous file with comments | « components/autofill/browser/autofill_metrics.h ('k') | components/autofill/browser/autofill_metrics_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698