| Index: cc/test/layer_tree_test_common.cc
|
| diff --git a/cc/test/layer_tree_test_common.cc b/cc/test/layer_tree_test_common.cc
|
| index e889f649dad09fc48ae3ee602f77e670e17596f3..df413e84d0531c030efe0f6a740ad38599e61859 100644
|
| --- a/cc/test/layer_tree_test_common.cc
|
| +++ b/cc/test/layer_tree_test_common.cc
|
| @@ -23,8 +23,8 @@
|
| #include "cc/test/tiled_layer_test_common.h"
|
| #include "cc/timing_function.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| -#include <public/WebFilterOperation.h>
|
| -#include <public/WebFilterOperations.h>
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperation.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h"
|
|
|
| using namespace WebKit;
|
|
|
|
|