| Index: chromeos/dbus/bluetooth_agent_service_provider.h
|
| diff --git a/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h b/chromeos/dbus/bluetooth_agent_service_provider.h
|
| similarity index 97%
|
| rename from chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h
|
| rename to chromeos/dbus/bluetooth_agent_service_provider.h
|
| index 417f6bfa3c957f8b409afd760ec6ba279b62799e..a619d4487817f0cef0e682244c29c3565a712dc6 100644
|
| --- a/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h
|
| +++ b/chromeos/dbus/bluetooth_agent_service_provider.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_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
| +#ifndef CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
| +#define CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -175,4 +175,4 @@ class BluetoothAgentServiceProvider {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
| +#endif // CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
|
|