| Index: chromeos/dbus/dbus_thread_manager.h
|
| diff --git a/chrome/browser/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/dbus/dbus_thread_manager.h
|
| rename to chromeos/dbus/dbus_thread_manager.h
|
| index cbcf37107176b1aedbcca20b87af57b573d9abf5..1fcc439d5d000f5d93ef1468f0297def69d77393 100644
|
| --- a/chrome/browser/chromeos/dbus/dbus_thread_manager.h
|
| +++ b/chromeos/dbus/dbus_thread_manager.h
|
| @@ -2,12 +2,13 @@
|
| // 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_DBUS_THREAD_MANAGER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
|
| +#ifndef CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
|
| +#define CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
|
| #pragma once
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| +#include "chromeos/chromeos_export.h"
|
|
|
| namespace base {
|
| class Thread;
|
| @@ -56,7 +57,7 @@ class UpdateEngineClient;
|
| // WeakPtrFactory when creating callbacks that run on UI thread. See
|
| // session_manager_client.cc for examples.
|
| //
|
| -class DBusThreadManager {
|
| +class CHROMEOS_EXPORT DBusThreadManager {
|
| public:
|
| // Sets the global instance. Must be called before any calls to Get().
|
| // We explicitly initialize and shut down the global object, rather than
|
| @@ -171,4 +172,4 @@ class DBusThreadManager {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
|
| +#endif // CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
|
|
|