Index: cc/trees/threaded_channel.cc |
diff --git a/cc/trees/threaded_channel.cc b/cc/trees/threaded_channel.cc |
index a4ac63b3844b4eaed93237de65c7cb86c1ddae94..c368cfd659e3c3c7ef8025d6681b234c28d2951d 100644 |
--- a/cc/trees/threaded_channel.cc |
+++ b/cc/trees/threaded_channel.cc |
@@ -37,9 +37,10 @@ ThreadedChannel::~ThreadedChannel() { |
DCHECK(!IsInitialized()); |
} |
-void ThreadedChannel::UpdateTopControlsStateOnImpl(TopControlsState constraints, |
- TopControlsState current, |
- bool animate) { |
+void ThreadedChannel::UpdateTopControlsStateOnImpl( |
+ BrowserControlsState constraints, |
+ BrowserControlsState current, |
+ bool animate) { |
DCHECK(IsMainThread()); |
ImplThreadTaskRunner()->PostTask( |
FROM_HERE, |