| Index: ios/public/consumer/base/util.h
|
| diff --git a/ios/consumer/public/base/util.h b/ios/public/consumer/base/util.h
|
| similarity index 77%
|
| rename from ios/consumer/public/base/util.h
|
| rename to ios/public/consumer/base/util.h
|
| index 9820834c1d10d30422ccca6ccd2755d6b58373f0..5977ea76cc7541bebe3cedb916f1d58ac7791740 100644
|
| --- a/ios/consumer/public/base/util.h
|
| +++ b/ios/public/consumer/base/util.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_CONSUME_PUBLIC_BASE_UTIL_H_
|
| -#define IOS_CONSUME_PUBLIC_BASE_UTIL_H_
|
| +#ifndef IOS_PUBLIC_CONSUMER_BASE_UTIL_H_
|
| +#define IOS_PUBLIC_CONSUMER_BASE_UTIL_H_
|
|
|
| namespace ios {
|
|
|
| @@ -15,4 +15,4 @@ bool IsRunningOnOrLater(int major, int minor, int bug_fix);
|
|
|
| } // namespace ios
|
|
|
| -#endif // IOS_CONSUME_PUBLIC_BASE_UTIL_H_
|
| +#endif // IOS_PUBLIC_CONSUMER_BASE_UTIL_H_
|
|
|