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

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

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 | « no previous file | chrome/browser/power_usage_monitor/power_usage_monitor.cc » ('j') | 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.h
diff --git a/chrome/browser/power_usage_monitor/power_usage_monitor.h b/chrome/browser/power_usage_monitor/power_usage_monitor.h
index c166af7917b664de29799d684086abc1f9f1433b..c30b57c17d00577a32adba467a2c5913f40f33a3 100644
--- a/chrome/browser/power_usage_monitor/power_usage_monitor.h
+++ b/chrome/browser/power_usage_monitor/power_usage_monitor.h
@@ -61,7 +61,8 @@ class PowerUsageMonitor : public base::PowerObserver,
// system boot.
void Start();
- void SetSystemInterfaceForTest(std::unique_ptr<SystemInterface> interface);
+ void SetSystemInterfaceForTest(
+ std::unique_ptr<SystemInterface> system_interface);
// Overridden from base::PowerObserver:
void OnPowerStateChange(bool on_battery_power) override;
« no previous file with comments | « no previous file | chrome/browser/power_usage_monitor/power_usage_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698