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

Unified Diff: third_party/WebKit/Source/platform/WebTextInputInfo.cpp

Issue 2411973004: Move WebTextInputType and WebTextInputInfo into platform. (Closed)
Patch Set: Fix windows build Created 4 years, 2 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/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/WebTextInputInfo.cpp
diff --git a/third_party/WebKit/Source/web/WebTextInputInfo.cpp b/third_party/WebKit/Source/platform/WebTextInputInfo.cpp
similarity index 97%
rename from third_party/WebKit/Source/web/WebTextInputInfo.cpp
rename to third_party/WebKit/Source/platform/WebTextInputInfo.cpp
index 79e0e3900074f6487d1e811a509ffab0cbf9c07e..4886c748ea808fb6003731d22b1f98a65f36f45e 100644
--- a/third_party/WebKit/Source/web/WebTextInputInfo.cpp
+++ b/third_party/WebKit/Source/platform/WebTextInputInfo.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "public/web/WebTextInputInfo.h"
+#include "public/platform/WebTextInputInfo.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698