diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-25 19:33:39 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-25 19:33:39 +0000 |
commit | e38d21928e3cf0262084aa10fce45941ab87fca4 (patch) | |
tree | b8523222f8b925275a6cf0608f9ec8ef16a3b556 /base | |
parent | b6b21f625720aa30052542fef574521dca2ffbfe (diff) | |
download | chromium_src-e38d21928e3cf0262084aa10fce45941ab87fca4.zip chromium_src-e38d21928e3cf0262084aa10fce45941ab87fca4.tar.gz chromium_src-e38d21928e3cf0262084aa10fce45941ab87fca4.tar.bz2 |
Fix linux build by adding a new line at the end of this
file.
Review URL: http://codereview.chromium.org/4091
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/system_monitor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/system_monitor.cc b/base/system_monitor.cc index 375945d..37dc48a 100644 --- a/base/system_monitor.cc +++ b/base/system_monitor.cc @@ -39,4 +39,4 @@ void SystemMonitor::ProcessPowerMessage(PowerEvent event_id) { }
}
-} // namespace base
\ No newline at end of file +} // namespace base
|