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

Unified Diff: chrome/browser/power_usage_monitor/power_usage_monitor.cc

Issue 2524733003: Rename 'interface' parameter (Closed)
Patch Set: Created 4 years, 1 month 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/power_usage_monitor/power_usage_monitor.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/power_usage_monitor/power_usage_monitor.cc
diff --git a/chrome/browser/power_usage_monitor/power_usage_monitor.cc b/chrome/browser/power_usage_monitor/power_usage_monitor.cc
index ee7afbb26d9f149e973bbdf3a1c37e6faf90f7a0..4ce9c5c4c4bfda06ee761e6484674e61eca234fb 100644
--- a/chrome/browser/power_usage_monitor/power_usage_monitor.cc
+++ b/chrome/browser/power_usage_monitor/power_usage_monitor.cc
@@ -228,8 +228,8 @@ void PowerUsageMonitor::OnRenderProcessNotification(int type, int rph_id) {
}
void PowerUsageMonitor::SetSystemInterfaceForTest(
- std::unique_ptr<SystemInterface> interface) {
- system_interface_ = std::move(interface);
+ std::unique_ptr<SystemInterface> system_interface) {
+ system_interface_ = std::move(system_interface);
}
void PowerUsageMonitor::OnPowerStateChange(bool on_battery_power) {}
« no previous file with comments | « chrome/browser/power_usage_monitor/power_usage_monitor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698