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

Unified Diff: ios/web/public/webui/web_ui_ios_message_handler.cc

Issue 2116673002: [ios] Moved WebUI provider code to ios/web. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review Created 4 years, 6 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 | « ios/web/public/webui/web_ui_ios_message_handler.h ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/webui/web_ui_ios_message_handler.cc
diff --git a/ios/public/provider/web/web_ui_ios_message_handler.cc b/ios/web/public/webui/web_ui_ios_message_handler.cc
similarity index 95%
rename from ios/public/provider/web/web_ui_ios_message_handler.cc
rename to ios/web/public/webui/web_ui_ios_message_handler.cc
index b4b473e012c33cc62075d58e3fa8f0518bfe2446..6bb11c6f818ad24d3ed593a28cd9f148da451358 100644
--- a/ios/public/provider/web/web_ui_ios_message_handler.cc
+++ b/ios/web/public/webui/web_ui_ios_message_handler.cc
@@ -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 "ios/public/provider/web/web_ui_ios_message_handler.h"
+#include "ios/web/public/webui/web_ui_ios_message_handler.h"
#include "base/logging.h"
#include "base/strings/string_number_conversions.h"
« no previous file with comments | « ios/web/public/webui/web_ui_ios_message_handler.h ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698