Index: extensions/browser/api/bluetooth_low_energy/utils.h |
diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/utils.h b/extensions/browser/api/bluetooth_low_energy/utils.h |
similarity index 80% |
rename from chrome/browser/extensions/api/bluetooth_low_energy/utils.h |
rename to extensions/browser/api/bluetooth_low_energy/utils.h |
index 18821d7caf0ea2539226a5c035069ddf817bdfbd..ff1f7700db1060a313c9830154b6d123c7215796 100644 |
--- a/chrome/browser/extensions/api/bluetooth_low_energy/utils.h |
+++ b/extensions/browser/api/bluetooth_low_energy/utils.h |
@@ -2,13 +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_EXTENSIONS_API_BLUETOOTH_LOW_ENERGY_UTILS_H_ |
-#define CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_LOW_ENERGY_UTILS_H_ |
+#ifndef EXTENSIONS_BROWSER_API_BLUETOOTH_LOW_ENERGY_UTILS_H_ |
+#define EXTENSIONS_BROWSER_API_BLUETOOTH_LOW_ENERGY_UTILS_H_ |
#include <memory> |
#include "base/values.h" |
-#include "chrome/common/extensions/api/bluetooth_low_energy.h" |
+#include "extensions/common/api/bluetooth_low_energy.h" |
namespace extensions { |
namespace api { |
@@ -33,4 +33,4 @@ std::unique_ptr<base::DictionaryValue> DescriptorToValue(Descriptor* from); |
} // namespace api |
} // namespace extensions |
-#endif // CHROME_BROWSER_EXTENSIONS_API_BLUETOOTH_LOW_ENERGY_UTILS_H_ |
+#endif // EXTENSIONS_BROWSER_API_BLUETOOTH_LOW_ENERGY_UTILS_H_ |