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

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

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.cpp
diff --git a/third_party/WebKit/Source/web/WebFileChooserCompletionImpl.cpp b/third_party/WebKit/Source/core/exported/WebFileChooserCompletionImpl.cpp
similarity index 98%
rename from third_party/WebKit/Source/web/WebFileChooserCompletionImpl.cpp
rename to third_party/WebKit/Source/core/exported/WebFileChooserCompletionImpl.cpp
index 07721ca483dda0373a8589bd88c6402b103c71b3..473d6535fb2fe57042c1fbd3ceab93a3d8ec1c09 100644
--- a/third_party/WebKit/Source/web/WebFileChooserCompletionImpl.cpp
+++ b/third_party/WebKit/Source/core/exported/WebFileChooserCompletionImpl.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "web/WebFileChooserCompletionImpl.h"
+#include "core/exported/WebFileChooserCompletionImpl.h"
#include "platform/FileMetadata.h"
#include "platform/wtf/DateMath.h"

Powered by Google App Engine
This is Rietveld 408576698