| Index: content/shell/shell_browser_main.h
|
| ===================================================================
|
| --- content/shell/shell_browser_main.h (revision 110349)
|
| +++ content/shell/shell_browser_main.h (working copy)
|
| @@ -37,7 +37,7 @@
|
| virtual void PostMainMessageLoopStart() OVERRIDE {}
|
| virtual void PreMainMessageLoopRun() OVERRIDE;
|
| virtual bool MainMessageLoopRun(int* result_code) OVERRIDE;
|
| - virtual void PostMainMessageLoopRun() OVERRIDE {}
|
| + virtual void PostMainMessageLoopRun() {}
|
|
|
| ResourceDispatcherHost* GetResourceDispatcherHost();
|
| ui::Clipboard* GetClipboard();
|
|
|