Index: chrome/browser/chromeos/cros/power_library.h |
=================================================================== |
--- chrome/browser/chromeos/cros/power_library.h (revision 109585) |
+++ chrome/browser/chromeos/cros/power_library.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+ |
satorux1
2011/11/11 17:02:33
Why is this removed? Please get the line back. :)
Lei Zhang
2011/11/11 19:54:50
whoops, fixed.
|
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -10,10 +10,6 @@ |
#include "base/callback.h" |
-namespace base { |
-class TimeDelta; |
-} |
- |
namespace chromeos { |
typedef base::Callback<void(int64_t)> CalculateIdleTimeCallback; |