| Index: cc/trees/swap_promise_monitor.cc
|
| diff --git a/cc/base/swap_promise_monitor.cc b/cc/trees/swap_promise_monitor.cc
|
| similarity index 96%
|
| rename from cc/base/swap_promise_monitor.cc
|
| rename to cc/trees/swap_promise_monitor.cc
|
| index 0c04f35ebc4be7cd9076e011aa88655904ff8dcc..84d8a9feb941c61bf19ac1de26fd8c5fa876c609 100644
|
| --- a/cc/base/swap_promise_monitor.cc
|
| +++ b/cc/trees/swap_promise_monitor.cc
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/logging.h"
|
| -#include "cc/base/swap_promise_monitor.h"
|
| #include "cc/trees/layer_tree_host.h"
|
| #include "cc/trees/layer_tree_host_impl.h"
|
| +#include "cc/trees/swap_promise_monitor.h"
|
|
|
| namespace cc {
|
|
|
|
|