Skip to content

Commit 1cca0bc

Browse files
authored
Make GDTCORReachability a public API for support libraries (#4969)
1 parent 4149226 commit 1cca0bc

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
#import <GoogleDataTransport/GDTCORAssert.h>
2020
#import <GoogleDataTransport/GDTCORConsoleLogger.h>
21+
#import <GoogleDataTransport/GDTCORReachability.h>
2122

22-
#import "GDTCORLibrary/Private/GDTCORReachability.h"
2323
#import "GDTCORLibrary/Private/GDTCORRegistrar_Private.h"
2424

2525
#ifdef GDTCOR_VERSION

GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#import "GDTCORLibrary/Private/GDTCORReachability.h"
17+
#import "GDTCORLibrary/Public/GDTCORReachability.h"
1818
#import "GDTCORLibrary/Private/GDTCORReachability_Private.h"
1919
#if !TARGET_OS_WATCH
2020

GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#import <GoogleDataTransport/GDTCORAssert.h>
2020
#import <GoogleDataTransport/GDTCORClock.h>
2121
#import <GoogleDataTransport/GDTCORConsoleLogger.h>
22+
#import <GoogleDataTransport/GDTCORReachability.h>
2223

23-
#import "GDTCORLibrary/Private/GDTCORReachability.h"
2424
#import "GDTCORLibrary/Private/GDTCORRegistrar_Private.h"
2525
#import "GDTCORLibrary/Private/GDTCORStorage.h"
2626

GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#import "GDTCORLibrary/Private/GDTCORReachability.h"
17+
#import "GDTCORLibrary/Public/GDTCORReachability.h"
1818

1919
@interface GDTCORReachability ()
2020

0 commit comments

Comments
 (0)