| Index: tools/profile_chrome/controllers.py
 | 
| diff --git a/tools/android/adb_profile_chrome/controllers.py b/tools/profile_chrome/controllers.py
 | 
| similarity index 99%
 | 
| rename from tools/android/adb_profile_chrome/controllers.py
 | 
| rename to tools/profile_chrome/controllers.py
 | 
| index a569dbc0488422c27458bcd45296884490583f6c..2a25a97d920e0afee1a206c17f6f9c70cc8c4b68 100644
 | 
| --- a/tools/android/adb_profile_chrome/controllers.py
 | 
| +++ b/tools/profile_chrome/controllers.py
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  import exceptions
 | 
|  
 | 
| +
 | 
|  # pylint: disable=R0201
 | 
|  class BaseController(object):
 | 
|    def StartTracing(self, _):
 | 
| 
 |