Index: ui/base/system_monitor/system_monitor_posix.cc |
=================================================================== |
--- ui/base/system_monitor/system_monitor_posix.cc (revision 0) |
+++ ui/base/system_monitor/system_monitor_posix.cc (working copy) |
@@ -1,10 +1,14 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "app/system_monitor.h" |
+#include "ui/base/system_monitor/system_monitor.h" |
+namespace ui { |
+ |
bool SystemMonitor::IsBatteryPower() { |
NOTIMPLEMENTED(); |
return false; |
} |
+ |
+} // namespace ui |