| Index: content/browser/compositor/gpu_process_transport_factory.cc
 | 
| diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
 | 
| index cf7dacb1e1dc86d810c72b8cb4459eda0e92f0b7..fdb0fc4d431a36e6ee4a7d12cab364173f71c83a 100644
 | 
| --- a/content/browser/compositor/gpu_process_transport_factory.cc
 | 
| +++ b/content/browser/compositor/gpu_process_transport_factory.cc
 | 
| @@ -100,7 +100,7 @@ namespace {
 | 
|  const int kNumRetriesBeforeSoftwareFallback = 4;
 | 
|  
 | 
|  bool IsUsingMus() {
 | 
| -  return shell::ShellIsRemote();
 | 
| +  return service_manager::ServiceManagerIsRemote();
 | 
|  }
 | 
|  
 | 
|  scoped_refptr<content::ContextProviderCommandBuffer> CreateContextCommon(
 | 
| @@ -197,7 +197,7 @@ std::unique_ptr<cc::SoftwareOutputDevice>
 | 
|  GpuProcessTransportFactory::CreateSoftwareOutputDevice(
 | 
|      ui::Compositor* compositor) {
 | 
|  #if defined(USE_AURA)
 | 
| -  if (shell::ShellIsRemote()) {
 | 
| +  if (service_manager::ServiceManagerIsRemote()) {
 | 
|      NOTREACHED();
 | 
|      return nullptr;
 | 
|    }
 | 
| 
 |