diff options
author | avi <avi@chromium.org> | 2014-12-20 17:02:52 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-21 01:03:39 +0000 |
commit | 69fed022b5f6097f9fa2424f289b93023613bf8d (patch) | |
tree | 63b23cf05dff69003ee3114c6f7d2738012e953e /pdf | |
parent | fc71cba8be820f2616cebe378bdd31106f4f3e64 (diff) | |
download | chromium_src-69fed022b5f6097f9fa2424f289b93023613bf8d.zip chromium_src-69fed022b5f6097f9fa2424f289b93023613bf8d.tar.gz chromium_src-69fed022b5f6097f9fa2424f289b93023613bf8d.tar.bz2 |
Switch users of foundation_util.h to include it directly and clean up uses of mac_util.h.
BUG=none
TEST=none
TBR=ben@chromium.org
NOTRY=TRUE
Review URL: https://codereview.chromium.org/817153002
Cr-Commit-Position: refs/heads/master@{#309368}
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/out_of_process_instance.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc index 9dcf4d9..34ed32a 100644 --- a/pdf/out_of_process_instance.cc +++ b/pdf/out_of_process_instance.cc @@ -42,10 +42,6 @@ #include "ui/events/keycodes/keyboard_codes.h" #include "v8/include/v8.h" -#if defined(OS_MACOSX) -#include "base/mac/mac_util.h" -#endif - namespace chrome_pdf { const char kChromePrint[] = "chrome://print/"; |