| Index: content/plugin/webplugin_delegate_stub.h
 | 
| ===================================================================
 | 
| --- content/plugin/webplugin_delegate_stub.h	(revision 104318)
 | 
| +++ content/plugin/webplugin_delegate_stub.h	(working copy)
 | 
| @@ -81,7 +81,7 @@
 | 
|    void OnGetFormValue(string16* value, bool* success);
 | 
|  
 | 
|    void OnSetContentAreaFocus(bool has_focus);
 | 
| -#if defined(OS_WIN)
 | 
| +#if defined(OS_WIN) && !defined(USE_AURA)
 | 
|    void OnImeCompositionUpdated(const string16& text,
 | 
|                                 const std::vector<int>& clauses,
 | 
|                                 const std::vector<int>& target,
 | 
| 
 |