Update to API changes of Chrome 47
This commit is contained in:
parent
5d8167afd6
commit
75d0bc848d
21 changed files with 103 additions and 59 deletions
|
@ -9,7 +9,9 @@
|
|||
#include "content/public/browser/web_ui.h"
|
||||
#include "content/public/browser/web_ui_controller_factory.h"
|
||||
|
||||
namespace base {
|
||||
template <typename T> struct DefaultSingletonTraits;
|
||||
}
|
||||
|
||||
namespace brightray {
|
||||
|
||||
|
@ -33,7 +35,7 @@ class WebUIControllerFactory : public content::WebUIControllerFactory {
|
|||
const GURL& url) const override;
|
||||
|
||||
private:
|
||||
friend struct DefaultSingletonTraits<WebUIControllerFactory>;
|
||||
friend struct base::DefaultSingletonTraits<WebUIControllerFactory>;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(WebUIControllerFactory);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue