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

Unified Diff: third_party/WebKit/Source/core/page/ValidationMessageClientImpl.h

Issue 2886683002: Move ValidationMessageClientImpl to core/page/. (Closed)
Patch Set: Created 3 years, 7 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
Index: third_party/WebKit/Source/core/page/ValidationMessageClientImpl.h
diff --git a/third_party/WebKit/Source/web/ValidationMessageClientImpl.h b/third_party/WebKit/Source/core/page/ValidationMessageClientImpl.h
similarity index 95%
rename from third_party/WebKit/Source/web/ValidationMessageClientImpl.h
rename to third_party/WebKit/Source/core/page/ValidationMessageClientImpl.h
index 918e7d33c6d03f9c778f73553df51fd0122f01b9..d3fc26723d1c03362dd50311fe6c62dbd4044418 100644
--- a/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
+++ b/third_party/WebKit/Source/core/page/ValidationMessageClientImpl.h
@@ -26,6 +26,7 @@
#ifndef ValidationMessageClientImpl_h
#define ValidationMessageClientImpl_h
+#include "core/CoreExport.h"
#include "core/page/PopupOpeningObserver.h"
#include "core/page/ValidationMessageClient.h"
#include "platform/Timer.h"
@@ -38,9 +39,9 @@ namespace blink {
class FrameView;
class WebViewBase;
-class ValidationMessageClientImpl final
+class CORE_EXPORT ValidationMessageClientImpl final
: public GarbageCollectedFinalized<ValidationMessageClientImpl>,
- public ValidationMessageClient,
+ public NON_EXPORTED_BASE(ValidationMessageClient),
private PopupOpeningObserver {
USING_GARBAGE_COLLECTED_MIXIN(ValidationMessageClientImpl);
« no previous file with comments | « third_party/WebKit/Source/core/page/BUILD.gn ('k') | third_party/WebKit/Source/core/page/ValidationMessageClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698