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

Unified Diff: base/system_monitor_unittest.cc

Issue 243102: Convert base dependencies to use sys_string_conversions instead of the ICU... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « base/sys_info_posix.cc ('k') | base/third_party/icu/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/system_monitor_unittest.cc
===================================================================
--- base/system_monitor_unittest.cc (revision 28166)
+++ base/system_monitor_unittest.cc (working copy)
@@ -8,10 +8,10 @@
class PowerTest : public base::SystemMonitor::PowerObserver {
public:
PowerTest()
- : battery_(false),
- power_state_changes_(0),
- suspends_(0),
- resumes_(0) {};
+ : battery_(false),
+ power_state_changes_(0),
+ suspends_(0),
+ resumes_(0) {};
// PowerObserver callbacks.
void OnPowerStateChange(bool on_battery_power) {
« no previous file with comments | « base/sys_info_posix.cc ('k') | base/third_party/icu/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698