| Index: ppapi/shared_impl/ppapi_switches.h
|
| diff --git a/ppapi/shared_impl/ppapi_switches.h b/ppapi/shared_impl/ppapi_switches.h
|
| index a5c8e9d461d23fb7ed00e7578446678ccb4cdab5..9a1fe656ca08c07f7d05366ce721b2565b878360 100644
|
| --- a/ppapi/shared_impl/ppapi_switches.h
|
| +++ b/ppapi/shared_impl/ppapi_switches.h
|
| @@ -7,10 +7,19 @@
|
|
|
| #include "ppapi/shared_impl/ppapi_shared_export.h"
|
|
|
| +#ifdef ENABLE_FAST_COMMAND_LINE_SWITCHES
|
| +
|
| +namespace {
|
| +#include "ppapi/shared_impl/ppapi_switches.cc"
|
| +} // namespace
|
| +
|
| +#else
|
| +
|
| namespace switches {
|
|
|
| PPAPI_SHARED_EXPORT extern const char kEnablePepperTesting[];
|
|
|
| } // namespace switches
|
|
|
| +#endif // ENABLE_FAST_COMMAND_LINE_SWITCHES
|
| #endif // PPAPI_SHARED_IMPL_PPAPI_SWITCHES_H_
|
|
|