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

Unified Diff: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm

Issue 2771233002: Remove the wrapper functions content::RecordAction et al (Closed)
Patch Set: Rebased Created 3 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: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
index 266864322ee0e9846f397b02f27f1029d27eeeaa..ab64558b5723756edbeafeb66dff59f8ca345be6 100644
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
@@ -66,7 +66,6 @@
#include "content/public/browser/native_web_keyboard_event.h"
#include "content/public/browser/notification_service.h"
#include "content/public/browser/render_widget_host_view.h"
-#include "content/public/browser/user_metrics.h"
#include "content/public/browser/web_contents.h"
#include "google_apis/gaia/oauth2_token_service.h"
#include "skia/ext/skia_utils_mac.h"
@@ -2098,7 +2097,7 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver,
[container setFrameSize:NSMakeSize(rect.size.width,
NSMaxY([promo frame]) +
kRelatedControllVerticalSpacing)];
- content::RecordAction(
+ base::RecordAction(
base::UserMetricsAction("Signin_Impression_FromAvatarBubbleSignin"));
}

Powered by Google App Engine
This is Rietveld 408576698