| Index: cc/base/switches.h
|
| diff --git a/cc/switches.h b/cc/base/switches.h
|
| similarity index 94%
|
| rename from cc/switches.h
|
| rename to cc/base/switches.h
|
| index 1f637a1200e488ff0f176b5ab0600e9f95b68379..55e7172cbaa3ceabdaece22c0f9cdaebe9c4c87a 100644
|
| --- a/cc/switches.h
|
| +++ b/cc/base/switches.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Defines all the "cc" command-line switches.
|
|
|
| -#ifndef CC_SWITCHES_H_
|
| -#define CC_SWITCHES_H_
|
| +#ifndef CC_BASE_SWITCHES_H_
|
| +#define CC_BASE_SWITCHES_H_
|
|
|
| -#include "cc/cc_export.h"
|
| +#include "cc/base/cc_export.h"
|
|
|
| // Since cc is used from the render process, anything that goes here also needs
|
| // to be added to render_process_host_impl.cc.
|
| @@ -49,4 +49,4 @@ CC_EXPORT bool IsImplSidePaintingEnabled();
|
| } // namespace switches
|
| } // namespace cc
|
|
|
| -#endif // CC_SWITCHES_H_
|
| +#endif // CC_BASE_SWITCHES_H_
|
|
|