| Index: chromeos/dbus/power_manager_client.h
|
| diff --git a/chrome/browser/chromeos/dbus/power_manager_client.h b/chromeos/dbus/power_manager_client.h
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/dbus/power_manager_client.h
|
| rename to chromeos/dbus/power_manager_client.h
|
| index 113fdbe7beeeb73f020c5c6c2fa99dffa3d96930..01152f09f8899a8400df8e38c3ca53d401f861f7 100644
|
| --- a/chrome/browser/chromeos/dbus/power_manager_client.h
|
| +++ b/chromeos/dbus/power_manager_client.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_DBUS_POWER_MANAGER_CLIENT_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DBUS_POWER_MANAGER_CLIENT_H_
|
| +#ifndef CHROMEOS_DBUS_POWER_MANAGER_CLIENT_H_
|
| +#define CHROMEOS_DBUS_POWER_MANAGER_CLIENT_H_
|
|
|
| #include <string>
|
|
|
| @@ -142,4 +142,4 @@ class PowerManagerClient {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DBUS_POWER_MANAGER_CLIENT_H_
|
| +#endif // CHROMEOS_DBUS_POWER_MANAGER_CLIENT_H_
|
|
|