| Index: ios/public/consumer/base/supports_user_data.h
|
| diff --git a/ios/consumer/public/base/supports_user_data.h b/ios/public/consumer/base/supports_user_data.h
|
| similarity index 90%
|
| rename from ios/consumer/public/base/supports_user_data.h
|
| rename to ios/public/consumer/base/supports_user_data.h
|
| index 16b5ebe75efc5489c17fcff3e20a969aefdbe5e0..5986c57def848909d981a9b2f013867aaa13364b 100644
|
| --- a/ios/consumer/public/base/supports_user_data.h
|
| +++ b/ios/public/consumer/base/supports_user_data.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_BASE_SUPPORTS_USER_DATA_H_
|
| -#define IOS_BASE_SUPPORTS_USER_DATA_H_
|
| +#ifndef IOS_PUBLIC_CONSUMER_BASE_SUPPORTS_USER_DATA_H_
|
| +#define IOS_PUBLIC_CONSUMER_BASE_SUPPORTS_USER_DATA_H_
|
|
|
| namespace ios {
|
|
|
| @@ -47,4 +47,4 @@ class SupportsUserData {
|
|
|
| } // namespace ios
|
|
|
| -#endif // IOS_BASE_SUPPORTS_USER_DATA_H_
|
| +#endif // IOS_PUBLIC_CONSUMER_BASE_SUPPORTS_USER_DATA_H_
|
|
|