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

Unified Diff: third_party/WebKit/Source/core/frame/WebFrameWidgetBase.cpp

Issue 2884563003: Move WebFrameWidgetBase to core/frame/. (Closed)
Patch Set: Fix windows build error. 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/frame/WebFrameWidgetBase.cpp
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp b/third_party/WebKit/Source/core/frame/WebFrameWidgetBase.cpp
similarity index 99%
rename from third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
rename to third_party/WebKit/Source/core/frame/WebFrameWidgetBase.cpp
index 3f462d3d305806a588a8c35626245d6d7fd0590c..9ee7908429997bd101b086f9ee7adf0e858f6d18 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
+++ b/third_party/WebKit/Source/core/frame/WebFrameWidgetBase.cpp
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "web/WebFrameWidgetBase.h"
+#include "core/frame/WebFrameWidgetBase.h"
#include "core/dom/DocumentUserGestureToken.h"
#include "core/events/WebInputEventConversion.h"
« no previous file with comments | « third_party/WebKit/Source/core/frame/WebFrameWidgetBase.h ('k') | third_party/WebKit/Source/core/frame/WebLocalFrameBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698