| Index: cc/trees/latency_info_swap_promise_monitor.h
|
| diff --git a/cc/base/latency_info_swap_promise_monitor.h b/cc/trees/latency_info_swap_promise_monitor.h
|
| similarity index 82%
|
| rename from cc/base/latency_info_swap_promise_monitor.h
|
| rename to cc/trees/latency_info_swap_promise_monitor.h
|
| index d9e71fbdb65bf438d80886069989857b77a89a99..c1d9973911e35e0b0f6b76a04662c0c61a7ace02 100644
|
| --- a/cc/base/latency_info_swap_promise_monitor.h
|
| +++ b/cc/trees/latency_info_swap_promise_monitor.h
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "cc/base/swap_promise_monitor.h"
|
| +#include "cc/trees/swap_promise_monitor.h"
|
|
|
| -#ifndef CC_BASE_LATENCY_INFO_SWAP_PROMISE_MONITOR_H_
|
| -#define CC_BASE_LATENCY_INFO_SWAP_PROMISE_MONITOR_H_
|
| +#ifndef CC_TREES_LATENCY_INFO_SWAP_PROMISE_MONITOR_H_
|
| +#define CC_TREES_LATENCY_INFO_SWAP_PROMISE_MONITOR_H_
|
|
|
| namespace ui {
|
| struct LatencyInfo;
|
| @@ -34,4 +34,4 @@ class CC_EXPORT LatencyInfoSwapPromiseMonitor : public SwapPromiseMonitor {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_BASE_LATENCY_INFO_SWAP_PROMISE_MONITOR_H_
|
| +#endif // CC_TREES_LATENCY_INFO_SWAP_PROMISE_MONITOR_H_
|
|
|