| Index: cc/output/context_provider.h
|
| diff --git a/cc/context_provider.h b/cc/output/context_provider.h
|
| similarity index 91%
|
| rename from cc/context_provider.h
|
| rename to cc/output/context_provider.h
|
| index e8e3f18d60e935ceacbc211d1cfea3f28ca3cf25..3b489c71045dc7b4197b71c4c4f79ad763789dc4 100644
|
| --- a/cc/context_provider.h
|
| +++ b/cc/output/context_provider.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_CONTEXT_PROVIDER_H_
|
| -#define CC_CONTEXT_PROVIDER_H_
|
| +#ifndef CC_OUTPUT_CONTEXT_PROVIDER_H_
|
| +#define CC_OUTPUT_CONTEXT_PROVIDER_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
|
|
| @@ -39,4 +39,4 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_CONTEXT_PROVIDER_H_
|
| +#endif // CC_OUTPUT_CONTEXT_PROVIDER_H_
|
|
|