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

Unified Diff: third_party/WebKit/Source/core/exported/WebFileChooserCompletionImpl.h

Issue 2874713002: Move many standalone files from web/ to (core|modules)/exported/. (Closed)
Patch Set: Rebase 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/exported/WebFileChooserCompletionImpl.h
diff --git a/third_party/WebKit/Source/web/WebFileChooserCompletionImpl.h b/third_party/WebKit/Source/core/exported/WebFileChooserCompletionImpl.h
similarity index 93%
rename from third_party/WebKit/Source/web/WebFileChooserCompletionImpl.h
rename to third_party/WebKit/Source/core/exported/WebFileChooserCompletionImpl.h
index a2b4796be19d67c21444f775cb0b258ac6fbf9ae..16cf432455defe0192c8eab57ffa7621b5091bdc 100644
--- a/third_party/WebKit/Source/web/WebFileChooserCompletionImpl.h
+++ b/third_party/WebKit/Source/core/exported/WebFileChooserCompletionImpl.h
@@ -31,6 +31,7 @@
#ifndef WebFileChooserCompletionImpl_h
#define WebFileChooserCompletionImpl_h
+#include "core/CoreExport.h"
#include "platform/FileChooser.h"
#include "platform/wtf/PassRefPtr.h"
#include "public/platform/WebString.h"
@@ -39,7 +40,8 @@
namespace blink {
-class WebFileChooserCompletionImpl final : public WebFileChooserCompletion {
+class CORE_EXPORT WebFileChooserCompletionImpl final
+ : public NON_EXPORTED_BASE(WebFileChooserCompletion) {
public:
explicit WebFileChooserCompletionImpl(PassRefPtr<FileChooser>);
~WebFileChooserCompletionImpl() override;

Powered by Google App Engine
This is Rietveld 408576698