diff options
Diffstat (limited to 'chrome/common/chrome_content_plugin_client.h')
-rw-r--r-- | chrome/common/chrome_content_plugin_client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/chrome_content_plugin_client.h b/chrome/common/chrome_content_plugin_client.h index 6b6554b..40e6df3 100644 --- a/chrome/common/chrome_content_plugin_client.h +++ b/chrome/common/chrome_content_plugin_client.h @@ -6,13 +6,14 @@ #define CHROME_COMMON_CHROME_CONTENT_PLUGIN_CLIENT_H_ #pragma once +#include "base/compiler_specific.h" #include "content/plugin/content_plugin_client.h" namespace chrome { class ChromeContentPluginClient : public content::ContentPluginClient { public: - virtual void PluginProcessStarted(const string16& plugin_name); + virtual void PluginProcessStarted(const string16& plugin_name) OVERRIDE; }; } // namespace chrome |