commit | b9085c823cfdbb4814537621293dbb0d938fc46d | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Feb 06 10:00:59 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Feb 06 10:00:59 2013 |
tree | 55d85495a0415b2d1c86296c3c820c444b296de4 | |
parent | 9e0aaa5d3292d3ca4159fc4a2c54144174a6ca91 [diff] [blame] |
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/chromeos edition. Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files. BUG=115047 Review URL: https://chromiumcodereview.appspot.com/12223023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180952 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/chromeos/power/session_length_limiter.cc b/chrome/browser/chromeos/power/session_length_limiter.cc index 7a879c56..a89cd8d9 100644 --- a/chrome/browser/chromeos/power/session_length_limiter.cc +++ b/chrome/browser/chromeos/power/session_length_limiter.cc
@@ -39,8 +39,8 @@ SessionLengthLimiterDelegateImpl(); virtual ~SessionLengthLimiterDelegateImpl(); - virtual const base::Time GetCurrentTime() const; - virtual void StopSession(); + virtual const base::Time GetCurrentTime() const OVERRIDE; + virtual void StopSession() OVERRIDE; private: DISALLOW_COPY_AND_ASSIGN(SessionLengthLimiterDelegateImpl);