Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: ui/base/resource/resource_bundle_mac_unittest.mm

Issue 1454113004: resource_bundle_mac_unittest.mm: fix case for AppKit/AppKit.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/resource/resource_bundle_mac_unittest.mm
diff --git a/ui/base/resource/resource_bundle_mac_unittest.mm b/ui/base/resource/resource_bundle_mac_unittest.mm
index 9a580b22a0008d54fbaf65f2b5992d4fdf934b64..9b43bec909b0f1a2774445c54e45b68bbf571559 100644
--- a/ui/base/resource/resource_bundle_mac_unittest.mm
+++ b/ui/base/resource/resource_bundle_mac_unittest.mm
@@ -4,7 +4,7 @@
#include "ui/base/resource/resource_bundle.h"
-#import <Appkit/Appkit.h>
+#import <AppKit/AppKit.h>
#include "base/base_paths.h"
#include "base/big_endian.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698