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

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

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
Index: ios/web/public/webui/web_ui_ios_message_handler.h
diff --git a/ios/public/provider/web/web_ui_ios_message_handler.h b/ios/web/public/webui/web_ui_ios_message_handler.h
similarity index 90%
copy from ios/public/provider/web/web_ui_ios_message_handler.h
copy to ios/web/public/webui/web_ui_ios_message_handler.h
index f9822bd7f6db5498062f5d91536e7e88b08904c5..f9b5a5302ed5e96d1ee0e534cd566bdaa96f5168 100644
--- a/ios/public/provider/web/web_ui_ios_message_handler.h
+++ b/ios/web/public/webui/web_ui_ios_message_handler.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_PUBLIC_PROVIDER_WEB_WEB_UI_IOS_MESSAGE_HANDLER_H_
-#define IOS_PUBLIC_PROVIDER_WEB_WEB_UI_IOS_MESSAGE_HANDLER_H_
+#ifndef IOS_WEB_PUBLIC_WEBUI_WEB_UI_IOS_MESSAGE_HANDLER_H_
+#define IOS_WEB_PUBLIC_WEBUI_WEB_UI_IOS_MESSAGE_HANDLER_H_
#include "base/strings/string16.h"
@@ -60,4 +60,4 @@ class WebUIIOSMessageHandler {
} // namespace web
-#endif // IOS_PUBLIC_PROVIDER_WEB_WEB_UI_IOS_MESSAGE_HANDLER_H_
+#endif // IOS_WEB_PUBLIC_WEBUI_WEB_UI_IOS_MESSAGE_HANDLER_H_
« no previous file with comments | « ios/web/public/webui/web_ui_ios_controller_factory.h ('k') | ios/web/public/webui/web_ui_ios_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698