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 90% |
rename from chrome/browser/chromeos/dbus/bluetooth_node_client.h |
rename to chromeos/dbus/bluetooth_node_client.h |
index c065e9f9f24c029b526dcaf23009b6f03ac39594..48c968662d41b21d99a30f11daf98d4c5206d252 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,7 +11,7 @@ |
#include "base/callback.h" |
#include "base/observer_list.h" |
#include "base/values.h" |
-#include "chrome/browser/chromeos/dbus/bluetooth_property.h" |
+#include "chromeos/dbus/bluetooth_property.h" |
#include "dbus/object_path.h" |
namespace dbus { |
@@ -76,4 +76,4 @@ class BluetoothNodeClient { |
} // namespace chromeos |
-#endif // CHROME_BROWSER_CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_ |
+#endif // CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_ |