Commit 3660c14e authored by ukai's avatar ukai Committed by Commit bot

resource_bundle_mac_unittest.mm: fix case for AppKit/AppKit.h

in SDK, it is AppKit.framework/Versions/C/Headers/AppKit.h.
Use the same case, so it would work on case sensitive filesystem.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#361259}
parent f5c7aca8
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include "ui/base/resource/resource_bundle.h" #include "ui/base/resource/resource_bundle.h"
#import <Appkit/Appkit.h> #import <AppKit/AppKit.h>
#include "base/base_paths.h" #include "base/base_paths.h"
#include "base/big_endian.h" #include "base/big_endian.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