| Index: cc/output/software_output_device.h
|
| diff --git a/cc/software_output_device.h b/cc/output/software_output_device.h
|
| similarity index 91%
|
| rename from cc/software_output_device.h
|
| rename to cc/output/software_output_device.h
|
| index f1a795f00f8f82fc89c7ad5538b5f9fbe447d3ac..5ee08e23906712f82e7c76c2afb8699eb860c2b2 100644
|
| --- a/cc/software_output_device.h
|
| +++ b/cc/output/software_output_device.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_SOFTWARE_OUTPUT_DEVICE_H_
|
| -#define CC_SOFTWARE_OUTPUT_DEVICE_H_
|
| +#ifndef CC_OUTPUT_SOFTWARE_OUTPUT_DEVICE_H_
|
| +#define CC_OUTPUT_SOFTWARE_OUTPUT_DEVICE_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "cc/base/cc_export.h"
|
| @@ -53,4 +53,4 @@ protected:
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_SOFTWARE_OUTPUT_DEVICE_H_
|
| +#endif // CC_OUTPUT_SOFTWARE_OUTPUT_DEVICE_H_
|
|
|