Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(966)

Unified Diff: Source/core/frame/SettingsDelegate.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed patch conflict Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/fetch/CachedMetadataHandler.h ('k') | Source/core/frame/SmartClip.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/SettingsDelegate.h
diff --git a/Source/core/frame/SettingsDelegate.h b/Source/core/frame/SettingsDelegate.h
index fe74797a391398dd386bea34df460e39ffbe5b9a..f5978533a9e54029e0514f9c2516cfd3af08d873 100644
--- a/Source/core/frame/SettingsDelegate.h
+++ b/Source/core/frame/SettingsDelegate.h
@@ -32,6 +32,7 @@
#define SettingsDelegate_h
#include "core/CoreExport.h"
+#include "wtf/Allocator.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
@@ -40,6 +41,7 @@ namespace blink {
class Settings;
class CORE_EXPORT SettingsDelegate {
+ DISALLOW_ALLOCATION();
public:
explicit SettingsDelegate(PassOwnPtr<Settings>);
virtual ~SettingsDelegate();
« no previous file with comments | « Source/core/fetch/CachedMetadataHandler.h ('k') | Source/core/frame/SmartClip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698