Index: chrome_frame/simple_resource_loader.h |
diff --git a/chrome_frame/simple_resource_loader.h b/chrome_frame/simple_resource_loader.h |
index c7490524415a76ff8a090fafdcc9a6be85d66ec5..45d03ed90092128f74b5cef136f8a23c060ae1a9 100644 |
--- a/chrome_frame/simple_resource_loader.h |
+++ b/chrome_frame/simple_resource_loader.h |
@@ -21,9 +21,7 @@ |
class SimpleResourceLoader { |
public: |
- static SimpleResourceLoader* instance() { |
- return Singleton<SimpleResourceLoader>::get(); |
- } |
+ static SimpleResourceLoader* instance(); |
// Returns the language tag for the active language. |
static std::wstring GetLanguage(); |