summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/chrome_frame_automation.cc')
-rw-r--r--chrome_frame/chrome_frame_automation.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc
index 79c0c38..1f369b5 100644
--- a/chrome_frame/chrome_frame_automation.cc
+++ b/chrome_frame/chrome_frame_automation.cc
@@ -144,8 +144,8 @@ ProxyFactory::ProxyCacheEntry::ProxyCacheEntry(const std::wstring& profile)
}
template <> struct RunnableMethodTraits<ProxyFactory> {
- static void RetainCallee(ProxyFactory* obj) {}
- static void ReleaseCallee(ProxyFactory* obj) {}
+ void RetainCallee(ProxyFactory* obj) {}
+ void ReleaseCallee(ProxyFactory* obj) {}
};
ProxyFactory::ProxyFactory()