| Index: chromecast/shell/browser/devtools/remote_debugging_server_simple.cc | 
| diff --git a/chromecast/common/chromecast_config_simple.cc b/chromecast/shell/browser/devtools/remote_debugging_server_simple.cc | 
| similarity index 54% | 
| copy from chromecast/common/chromecast_config_simple.cc | 
| copy to chromecast/shell/browser/devtools/remote_debugging_server_simple.cc | 
| index f62efe524b848cf05ec0bd0438c29d801298eaf6..40d7a2c6bcc475b0f6c0ad39e5ec3e9d2880a7d3 100644 | 
| --- a/chromecast/common/chromecast_config_simple.cc | 
| +++ b/chromecast/shell/browser/devtools/remote_debugging_server_simple.cc | 
| @@ -2,11 +2,14 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#include "chromecast/common/chromecast_config.h" | 
| +#include "chromecast/shell/browser/devtools/remote_debugging_server.h" | 
|  | 
| namespace chromecast { | 
| +namespace shell { | 
|  | 
| -void ChromecastConfig::RegisterPlatformPrefs(PrefRegistrySimple* registry) { | 
| +bool RemoteDebuggingServer::ShouldStartImmediately() { | 
| +  return true; | 
| } | 
|  | 
| +}  // namespace shell | 
| }  // namespace chromecast | 
|  |