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

Unified Diff: chrome/browser/signin/easy_unlock_metrics.cc

Issue 887093004: [Cleanup] Move the Easy Unlock metrics files out of the chromeos directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: chrome/browser/signin/easy_unlock_metrics.cc
diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_metrics.cc b/chrome/browser/signin/easy_unlock_metrics.cc
similarity index 74%
rename from chrome/browser/chromeos/login/easy_unlock/easy_unlock_metrics.cc
rename to chrome/browser/signin/easy_unlock_metrics.cc
index afb95e0c046b98ffb28ec318f92d4c79f273f926..14f788a8cbd439cde77d747eda479864240babe9 100644
--- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_metrics.cc
+++ b/chrome/browser/signin/easy_unlock_metrics.cc
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/login/easy_unlock/easy_unlock_metrics.h"
+#include "chrome/browser/signin/easy_unlock_metrics.h"
#include "base/logging.h"
-#include "base/metrics/histogram.h"
-
-namespace chromeos {
+#include "base/metrics/histogram_macros.h"
void RecordEasyUnlockLoginEvent(EasyUnlockLoginEvent event) {
DCHECK_LT(event, EASY_SIGN_IN_LOGIN_EVENT_COUNT);
@@ -16,5 +14,3 @@ void RecordEasyUnlockLoginEvent(EasyUnlockLoginEvent event) {
event,
EASY_SIGN_IN_LOGIN_EVENT_COUNT);
}
-
-} // namespace chromeos
« no previous file with comments | « chrome/browser/signin/easy_unlock_metrics.h ('k') | chrome/browser/signin/easy_unlock_service_signin_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698