Nits: Fix code style.

This commit is contained in:
Haojian Wu 2014-05-20 23:20:41 +08:00 committed by Tobias Taschner
parent fee9c6223f
commit 0ffbd0741b
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD

View file

@ -38,7 +38,7 @@ class ClientHandler : public CefClient,
public CefLoadHandler
{
public:
ClientHandler():m_loadErrorCode(-1) {}
ClientHandler() : m_loadErrorCode(-1) {}
virtual ~ClientHandler() {}
virtual CefRefPtr<CefContextMenuHandler> GetContextMenuHandler() { return this; }