| Index: chromeos/dbus/cros_disks_client.h
|
| diff --git a/chrome/browser/chromeos/dbus/cros_disks_client.h b/chromeos/dbus/cros_disks_client.h
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/dbus/cros_disks_client.h
|
| rename to chromeos/dbus/cros_disks_client.h
|
| index a82427a7c26c871f2b6206ffddd88cec9775437c..df7cf490ca5ec820e5bf599b6ceb059c8d37d1a0 100644
|
| --- a/chrome/browser/chromeos/dbus/cros_disks_client.h
|
| +++ b/chromeos/dbus/cros_disks_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_CROS_DISKS_CLIENT_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DBUS_CROS_DISKS_CLIENT_H_
|
| +#ifndef CHROMEOS_DBUS_CROS_DISKS_CLIENT_H_
|
| +#define CHROMEOS_DBUS_CROS_DISKS_CLIENT_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -11,7 +11,8 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| -#include "chrome/browser/chromeos/dbus/dbus_client_implementation_type.h"
|
| +#include "chromeos/chromeos_export.h"
|
| +#include "chromeos/dbus/dbus_client_implementation_type.h"
|
|
|
| namespace dbus {
|
| class Bus;
|
| @@ -133,7 +134,7 @@ class DiskInfo {
|
| // A class to make the actual DBus calls for cros-disks service.
|
| // This class only makes calls, result/error handling should be done
|
| // by callbacks.
|
| -class CrosDisksClient {
|
| +class CHROMEOS_EXPORT CrosDisksClient {
|
| public:
|
| // A callback to be called when DBus method call fails.
|
| typedef base::Callback<void()> ErrorCallback;
|
| @@ -229,4 +230,4 @@ class CrosDisksClient {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DBUS_CROS_DISKS_CLIENT_H_
|
| +#endif // CHROMEOS_DBUS_CROS_DISKS_CLIENT_H_
|
|
|