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

Unified Diff: ios/public/provider/web/web_state_user_data.h

Issue 781643004: Cleanup WebState and WebStateUserData API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove extra destructor Created 6 years 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/public/provider/web/web_state.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/web/web_state_user_data.h
diff --git a/ios/public/provider/web/web_state_user_data.h b/ios/public/provider/web/web_state_user_data.h
index 17d2fab6f90b744fdbe00133444d12e8da0f8cb9..a326d08210919fd2b76bedaeb185dcef80182a96 100644
--- a/ios/public/provider/web/web_state_user_data.h
+++ b/ios/public/provider/web/web_state_user_data.h
@@ -5,7 +5,7 @@
#ifndef IOS_PUBLIC_PROVIDER_WEB_WEB_STATE_USER_DATA_H_
#define IOS_PUBLIC_PROVIDER_WEB_WEB_STATE_USER_DATA_H_
-#include "ios/public/consumer/base/supports_user_data.h"
+#include "base/supports_user_data.h"
#include "ios/public/provider/web/web_state.h"
namespace ios {
@@ -27,7 +27,7 @@ namespace ios {
// DEFINE_WEB_CONTENTS_USER_DATA_KEY(Foo);
//
template <typename T>
-class WebStateUserData : public ios::SupportsUserData::Data {
+class WebStateUserData : public base::SupportsUserData::Data {
public:
// Creates an object of type T, and attaches it to the specified WebState.
// If an instance is already attached, does nothing.
« no previous file with comments | « ios/public/provider/web/web_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698