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

Unified Diff: third_party/WebKit/public/platform/WebNonCopyable.h

Issue 1738843002: Refactoring: Unify WebMemoryAllocatorDump and WebMemoryAllocatorDumpImpl Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (rebasing) Created 4 years, 10 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 | « third_party/WebKit/public/platform/WebMemoryAllocatorDump.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebNonCopyable.h
diff --git a/third_party/WebKit/public/platform/WebNonCopyable.h b/third_party/WebKit/public/platform/WebNonCopyable.h
index 4b26b541543a3a7c4d7d9488eb1f662b632c8c85..2d640b772c84e7c7f05f44880823581b5edda04e 100644
--- a/third_party/WebKit/public/platform/WebNonCopyable.h
+++ b/third_party/WebKit/public/platform/WebNonCopyable.h
@@ -31,10 +31,12 @@
#ifndef WebNonCopyable_h
#define WebNonCopyable_h
+#include "WebCommon.h"
+
namespace blink {
// A base class to extend from if you do not support copying.
-class WebNonCopyable {
+class BLINK_PLATFORM_EXPORT WebNonCopyable {
protected:
WebNonCopyable() { }
~WebNonCopyable() { }
« no previous file with comments | « third_party/WebKit/public/platform/WebMemoryAllocatorDump.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698