| Index: third_party/WebKit/Source/core/frame/SettingsDelegate.h
|
| diff --git a/third_party/WebKit/Source/core/frame/SettingsDelegate.h b/third_party/WebKit/Source/core/frame/SettingsDelegate.h
|
| index f5978533a9e54029e0514f9c2516cfd3af08d873..624bb6c4cdc4f52ee7fb9b221b59d78220d893ba 100644
|
| --- a/third_party/WebKit/Source/core/frame/SettingsDelegate.h
|
| +++ b/third_party/WebKit/Source/core/frame/SettingsDelegate.h
|
| @@ -41,7 +41,7 @@ namespace blink {
|
| class Settings;
|
|
|
| class CORE_EXPORT SettingsDelegate {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| explicit SettingsDelegate(PassOwnPtr<Settings>);
|
| virtual ~SettingsDelegate();
|
|
|