| Index: chrome/browser/gpu_process_host_ui_shim.h | 
| diff --git a/chrome/browser/gpu_process_host_ui_shim.h b/chrome/browser/gpu_process_host_ui_shim.h | 
| index eda33d21ce57fa4c712756a2f4b4b4475e762750..8b090670ace821b602c984467b29a6996dfc39fe 100644 | 
| --- a/chrome/browser/gpu_process_host_ui_shim.h | 
| +++ b/chrome/browser/gpu_process_host_ui_shim.h | 
| @@ -23,7 +23,7 @@ class GpuProcessHostUIShim : public IPC::Channel::Sender, | 
| public NonThreadSafe { | 
| public: | 
| // Getter for the singleton. This will return NULL on failure. | 
| -  static GpuProcessHostUIShim* Get(); | 
| +  static GpuProcessHostUIShim* GetInstance(); | 
|  | 
| int32 GetNextRoutingId(); | 
|  | 
|  |