summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/peerconnection/peer_connection_tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/peerconnection/peer_connection_tracker.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/peerconnection/peer_connection_tracker.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/modules/peerconnection/peer_connection_tracker.h b/chromium/third_party/blink/renderer/modules/peerconnection/peer_connection_tracker.h
index 7000bc48ea4..ee047f78b08 100644
--- a/chromium/third_party/blink/renderer/modules/peerconnection/peer_connection_tracker.h
+++ b/chromium/third_party/blink/renderer/modules/peerconnection/peer_connection_tracker.h
@@ -7,7 +7,6 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "base/power_monitor/power_observer.h"
#include "base/threading/thread_checker.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/remote.h"
@@ -282,8 +281,8 @@ class MODULES_EXPORT PeerConnectionTracker
// This map stores the local ID assigned to each RTCPeerConnectionHandler.
typedef WTF::HashMap<RTCPeerConnectionHandler*, int> PeerConnectionLocalIdMap;
PeerConnectionLocalIdMap peer_connection_local_id_map_;
- base::PowerObserver::DeviceThermalState current_thermal_state_ =
- base::PowerObserver::DeviceThermalState::kUnknown;
+ mojom::blink::DeviceThermalState current_thermal_state_ =
+ mojom::blink::DeviceThermalState::kUnknown;
// This keeps track of the next available local ID.
int next_local_id_;