| Index: content/renderer/pepper/fake_pepper_plugin_instance.h
|
| diff --git a/content/renderer/pepper/fake_pepper_plugin_instance.h b/content/renderer/pepper/fake_pepper_plugin_instance.h
|
| index 30b5ca4266154fe52b802617a4f826fe4844a15f..42e5f971284b98560aafd85edc64c34154404018 100644
|
| --- a/content/renderer/pepper/fake_pepper_plugin_instance.h
|
| +++ b/content/renderer/pepper/fake_pepper_plugin_instance.h
|
| @@ -36,8 +36,8 @@ class FakePepperPluginInstance : public PepperPluginInstance {
|
| virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
|
| const char* target,
|
| bool from_user_action) OVERRIDE;
|
| - virtual int MakePendingFileRefRendererHost(
|
| - const base::FilePath& path) OVERRIDE;
|
| + virtual int MakePendingFileRefRendererHost(const base::FilePath& path)
|
| + OVERRIDE;
|
| virtual void SetEmbedProperty(PP_Var key, PP_Var value) OVERRIDE;
|
| virtual void SetSelectedText(const base::string16& selected_text) OVERRIDE;
|
| virtual void SetLinkUnderCursor(const std::string& url) OVERRIDE;
|
|
|