summaryrefslogtreecommitdiffstats
path: root/chrome/browser/power_save_blocker_stub.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-08 06:30:33 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-08 06:30:33 +0000
commitc5212894e576e713ffb90d43bc2e5de55478446e (patch)
treed94e398b1d6072967dd555fc4a09873a46e08355 /chrome/browser/power_save_blocker_stub.cc
parent3bbddbde99414282ab8984f79e39daaaf243924a (diff)
downloadchromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.zip
chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.tar.gz
chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.tar.bz2
FBTF: Remove unneeded headers from base/ (part 8)
BUG=none TEST=none Review URL: http://codereview.chromium.org/3232003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/power_save_blocker_stub.cc')
-rw-r--r--chrome/browser/power_save_blocker_stub.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/power_save_blocker_stub.cc b/chrome/browser/power_save_blocker_stub.cc
index b1d695d..a509e63 100644
--- a/chrome/browser/power_save_blocker_stub.cc
+++ b/chrome/browser/power_save_blocker_stub.cc
@@ -1,11 +1,9 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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 "chrome/browser/power_save_blocker.h"
-#include "base/logging.h"
-
// Default, stub implementation, for platforms that don't have their own yet.
void PowerSaveBlocker::ApplyBlock(bool blocking) {