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

Unified Diff: ios/web_view/internal/cwv_network_delegate.h

Issue 2715603002: Rename CRIWVNetworkDelegate to CWVNetworkDelegate. (Closed)
Patch Set: Created 3 years, 10 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_view/internal/cwv_network_delegate.h
diff --git a/ios/web_view/internal/criwv_network_delegate.h b/ios/web_view/internal/cwv_network_delegate.h
similarity index 87%
rename from ios/web_view/internal/criwv_network_delegate.h
rename to ios/web_view/internal/cwv_network_delegate.h
index 2bbb4a7958e8fbf4ff57464006b33d0639954b1c..a41f15775d526d5ef0c8bf3dfd31c923b31ff7f5 100644
--- a/ios/web_view/internal/criwv_network_delegate.h
+++ b/ios/web_view/internal/cwv_network_delegate.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_WEB_VIEW_INTERNAL_CRIWV_NETWORK_DELEGATE_H_
-#define IOS_WEB_VIEW_INTERNAL_CRIWV_NETWORK_DELEGATE_H_
+#ifndef IOS_WEB_VIEW_INTERNAL_CWV_NETWORK_DELEGATE_H_
+#define IOS_WEB_VIEW_INTERNAL_CWV_NETWORK_DELEGATE_H_
#include "base/macros.h"
#include "net/base/network_delegate_impl.h"
@@ -11,10 +11,10 @@
namespace ios_web_view {
// CWV-specific implementation of NetworkDelegate.
-class CRIWVNetworkDelegate : public net::NetworkDelegateImpl {
+class CWVNetworkDelegate : public net::NetworkDelegateImpl {
public:
- CRIWVNetworkDelegate();
- ~CRIWVNetworkDelegate() override;
+ CWVNetworkDelegate();
+ ~CWVNetworkDelegate() override;
private:
// net::NetworkDelegate implementation.
@@ -53,9 +53,9 @@ class CRIWVNetworkDelegate : public net::NetworkDelegateImpl {
bool OnCanAccessFile(const net::URLRequest& request,
const base::FilePath& path) const override;
- DISALLOW_COPY_AND_ASSIGN(CRIWVNetworkDelegate);
+ DISALLOW_COPY_AND_ASSIGN(CWVNetworkDelegate);
};
} // namespace ios_web_view
-#endif // IOS_WEB_VIEW_INTERNAL_CRIWV_NETWORK_DELEGATE_H_
+#endif // IOS_WEB_VIEW_INTERNAL_CWV_NETWORK_DELEGATE_H_
« no previous file with comments | « ios/web_view/internal/criwv_url_request_context_getter.mm ('k') | ios/web_view/internal/cwv_network_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698