Commit 4658f4f7 authored by yyanagisawa's avatar yyanagisawa Committed by Commit bot

gaia_auth_fetcher_ios_private.h: fix case for WebKit.h.

In SDK, it is WebKit.framework/Versions/A/Headers/WebKit.h.
Use the same case, so that it would work on case sensitive filesystem.

Review URL: https://codereview.chromium.org/1801363004

Cr-Commit-Position: refs/heads/master@{#381684}
parent 9694005f
......@@ -5,7 +5,7 @@
#ifndef IOS_CHROME_BROWSER_SIGNIN_GAIA_AUTH_FETCHER_IOS_PRIVATE_H_
#define IOS_CHROME_BROWSER_SIGNIN_GAIA_AUTH_FETCHER_IOS_PRIVATE_H_
#import <Webkit/Webkit.h>
#import <WebKit/WebKit.h>
#import "base/mac/scoped_nsobject.h"
#include "base/macros.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment