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

Unified Diff: app/system_monitor_posix.cc

Issue 431008: Make SystemMonitor not a Singleton and move it out of base (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: fix ChromeFrame build Created 11 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
Index: app/system_monitor_posix.cc
diff --git a/base/system_monitor_posix.cc b/app/system_monitor_posix.cc
similarity index 57%
rename from base/system_monitor_posix.cc
rename to app/system_monitor_posix.cc
index a4a118cdd0ad2ba40ebfd893378e99acf4b24466..5ac7a12138d16b1eb454b5149d948871e471d2d9 100644
--- a/base/system_monitor_posix.cc
+++ b/app/system_monitor_posix.cc
@@ -1,14 +1,10 @@
-// Copyright (c) 2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2009 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 "base/system_monitor.h"
-
-namespace base {
+#include "app/system_monitor.h"
bool SystemMonitor::IsBatteryPower() {
NOTIMPLEMENTED();
return false;
}
-
-} // namespace base

Powered by Google App Engine
This is Rietveld 408576698