| Index: webkit/common/gpu/test_context_provider_factory.h
|
| diff --git a/webkit/gpu/test_context_provider_factory.h b/webkit/common/gpu/test_context_provider_factory.h
|
| similarity index 81%
|
| rename from webkit/gpu/test_context_provider_factory.h
|
| rename to webkit/common/gpu/test_context_provider_factory.h
|
| index b173daf2a1b9518b4cef4663b6e10e83883d807c..2ffea99f75e24c52f647c86bb78056f8d3741e94 100644
|
| --- a/webkit/gpu/test_context_provider_factory.h
|
| +++ b/webkit/common/gpu/test_context_provider_factory.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_GPU_TEST_CONTEXT_PROVIDER_FACTORY_H_
|
| -#define WEBKIT_GPU_TEST_CONTEXT_PROVIDER_FACTORY_H_
|
| +#ifndef WEBKIT_COMMON_GPU_TEST_CONTEXT_PROVIDER_FACTORY_H_
|
| +#define WEBKIT_COMMON_GPU_TEST_CONTEXT_PROVIDER_FACTORY_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "webkit/gpu/webkit_gpu_export.h"
|
| +#include "webkit/common/gpu/webkit_gpu_export.h"
|
|
|
| namespace cc {
|
| class ContextProvider;
|
| @@ -38,4 +38,4 @@ class WEBKIT_GPU_EXPORT TestContextProviderFactory {
|
| } // namespace gpu
|
| } // namespace webkit
|
|
|
| -#endif // WEBKIT_GPU_TEST_WEBKIT_CONTEXT_PROVIDER_FACTORY_H_
|
| +#endif // WEBKIT_COMMON_GPU_TEST_CONTEXT_PROVIDER_FACTORY_H_
|
|
|