| Index: chrome/browser/chromeos/power/low_battery_observer.h
|
| diff --git a/chrome/browser/chromeos/power/low_battery_observer.h b/chrome/browser/chromeos/power/low_battery_observer.h
|
| index dc4fc0c1612699c15b71b3a266e320d03a5b9b98..77d290dea977bf92e7318ab80a53875146618997 100644
|
| --- a/chrome/browser/chromeos/power/low_battery_observer.h
|
| +++ b/chrome/browser/chromeos/power/low_battery_observer.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -9,8 +9,8 @@
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/time.h"
|
| -#include "chrome/browser/chromeos/dbus/power_manager_client.h"
|
| #include "chrome/browser/chromeos/notifications/system_notification.h"
|
| +#include "chromeos/dbus/power_manager_client.h"
|
|
|
| class Profile;
|
|
|
|
|