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

Unified Diff: chrome/browser/ui/browser_commands_chromeos.cc

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
« no previous file with comments | « chrome/browser/ui/browser_commands.cc ('k') | chrome/browser/ui/browser_instant_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_commands_chromeos.cc
diff --git a/chrome/browser/ui/browser_commands_chromeos.cc b/chrome/browser/ui/browser_commands_chromeos.cc
index f74ace69893e0930ba326e098329e9079c756a59..cb367ed925634daeccde0c98fe08d6732e31b227 100644
--- a/chrome/browser/ui/browser_commands_chromeos.cc
+++ b/chrome/browser/ui/browser_commands_chromeos.cc
@@ -8,13 +8,13 @@
#include "ash/aura/wm_shell_aura.h"
#include "ash/metrics/user_metrics_recorder.h"
#include "ash/screenshot_delegate.h"
+#include "base/metrics/user_metrics.h"
#include "base/metrics/user_metrics_action.h"
-#include "content/public/browser/user_metrics.h"
using base::UserMetricsAction;
void TakeScreenshot() {
- content::RecordAction(UserMetricsAction("Menu_Take_Screenshot"));
+ base::RecordAction(UserMetricsAction("Menu_Take_Screenshot"));
ash::ScreenshotDelegate* screenshot_delegate =
ash::WmShellAura::Get()
->accelerator_controller_delegate()
« no previous file with comments | « chrome/browser/ui/browser_commands.cc ('k') | chrome/browser/ui/browser_instant_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698