Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Unified Diff: chromeos/dbus/bluetooth_node_client.h

Issue 9838085: Move files inside chrome/browser/chromeos/dbus to chromeos/dbus (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/bluetooth_manager_client.cc ('k') | chromeos/dbus/bluetooth_node_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/bluetooth_node_client.h
diff --git a/chrome/browser/chromeos/dbus/bluetooth_node_client.h b/chromeos/dbus/bluetooth_node_client.h
similarity index 87%
rename from chrome/browser/chromeos/dbus/bluetooth_node_client.h
rename to chromeos/dbus/bluetooth_node_client.h
index dbe3ab39f030f67a9803a1ea10534ba6e4afd99d..f99d17f5cad2e79a33767191524bf5537dc3461b 100644
--- a/chrome/browser/chromeos/dbus/bluetooth_node_client.h
+++ b/chromeos/dbus/bluetooth_node_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_BLUETOOTH_NODE_CLIENT_H_
-#define CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
+#ifndef CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
+#define CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
#pragma once
#include <string>
@@ -11,8 +11,9 @@
#include "base/callback.h"
#include "base/observer_list.h"
#include "base/values.h"
-#include "chrome/browser/chromeos/dbus/bluetooth_property.h"
-#include "chrome/browser/chromeos/dbus/dbus_client_implementation_type.h"
+#include "chromeos/chromeos_export.h"
+#include "chromeos/dbus/bluetooth_property.h"
+#include "chromeos/dbus/dbus_client_implementation_type.h"
#include "dbus/object_path.h"
namespace dbus {
@@ -26,7 +27,7 @@ class BluetoothDeviceClient;
// BluetoothNodeClient is used to represent persistent device nodes
// bound to bluetooth devices, such as RFCOMM TTY bindings to ttyX devices
// in Linux.
-class BluetoothNodeClient {
+class CHROMEOS_EXPORT BluetoothNodeClient {
public:
// Structure of properties associated with persistent device nodes.
struct Properties : public BluetoothPropertySet {
@@ -78,4 +79,4 @@ class BluetoothNodeClient {
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
+#endif // CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
« no previous file with comments | « chromeos/dbus/bluetooth_manager_client.cc ('k') | chromeos/dbus/bluetooth_node_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698