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

Unified Diff: ios/web/web_state/ui/crw_web_view_proxy_impl.mm

Issue 2752113002: Moved WebView(ScrollView)Proxy files to ui subdirectory. (Closed)
Patch Set: Created 3 years, 9 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: ios/web/web_state/ui/crw_web_view_proxy_impl.mm
diff --git a/ios/web/web_state/crw_web_view_proxy_impl.mm b/ios/web/web_state/ui/crw_web_view_proxy_impl.mm
similarity index 97%
rename from ios/web/web_state/crw_web_view_proxy_impl.mm
rename to ios/web/web_state/ui/crw_web_view_proxy_impl.mm
index 357ed97b42497945df9b58d8680359588662921f..bc81d693d881e96aeba7af67baaa6aab891d7b55 100644
--- a/ios/web/web_state/crw_web_view_proxy_impl.mm
+++ b/ios/web/web_state/ui/crw_web_view_proxy_impl.mm
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "ios/web/web_state/crw_web_view_proxy_impl.h"
+#import "ios/web/web_state/ui/crw_web_view_proxy_impl.h"
#import "base/mac/scoped_nsobject.h"
-#import "ios/web/public/web_state/crw_web_view_scroll_view_proxy.h"
#import "ios/web/public/web_state/ui/crw_content_view.h"
+#import "ios/web/public/web_state/ui/crw_web_view_scroll_view_proxy.h"
#import "ios/web/web_state/ui/crw_web_controller.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
« no previous file with comments | « ios/web/web_state/ui/crw_web_view_proxy_impl.h ('k') | ios/web/web_state/ui/crw_web_view_scroll_view_proxy.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698