| Index: webkit/common/gpu/test_context_provider_factory.cc
|
| diff --git a/webkit/gpu/test_context_provider_factory.cc b/webkit/common/gpu/test_context_provider_factory.cc
|
| similarity index 91%
|
| rename from webkit/gpu/test_context_provider_factory.cc
|
| rename to webkit/common/gpu/test_context_provider_factory.cc
|
| index a8ac73bec144c3a57ba8cc976e53fdbb721d8620..69ae38576ac435b33fd71b0ce227c4b0fb72d64b 100644
|
| --- a/webkit/gpu/test_context_provider_factory.cc
|
| +++ b/webkit/common/gpu/test_context_provider_factory.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/gpu/test_context_provider_factory.h"
|
| +#include "webkit/common/gpu/test_context_provider_factory.h"
|
|
|
| #include "base/logging.h"
|
| #include "cc/output/context_provider.h"
|
| -#include "webkit/gpu/context_provider_in_process.h"
|
| +#include "webkit/common/gpu/context_provider_in_process.h"
|
|
|
| namespace webkit {
|
| namespace gpu {
|
|
|