| Index: content/renderer/renderer_blink_platform_impl.cc
|
| diff --git a/content/renderer/renderer_blink_platform_impl.cc b/content/renderer/renderer_blink_platform_impl.cc
|
| index d3c1effbfbd2b01212b0d5707718e3ba68ef2a2c..9130436578d442e3e57a31042b4aa220484aa5e3 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.cc
|
| +++ b/content/renderer/renderer_blink_platform_impl.cc
|
| @@ -316,7 +316,8 @@ bool RendererBlinkPlatformImpl::sandboxEnabled() {
|
| // case, we have no other choice. Platform.h discourages using
|
| // this switch unless absolutely necessary, so hopefully we won't end up
|
| // with too many code paths being different in single-process mode.
|
| - return !CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess);
|
| + return !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kSingleProcess);
|
| }
|
|
|
| unsigned long long RendererBlinkPlatformImpl::visitedLinkHash(
|
|
|