File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 80
80
81
81
{
82
82
// Make sure events can be pumped while the menu is up.
83
- MessageLoop::ScopedNestableTaskAllower allow (MessageLoop::current ());
83
+ base:: MessageLoop::ScopedNestableTaskAllower allow (base:: MessageLoop::current ());
84
84
85
85
// One of the events that could be pumped is |window.close()|.
86
86
// User-initiated event-tracking loops protect against this by
Original file line number Diff line number Diff line change 5
5
#ifndef CONTENT_NW_SRC_BROWSER_SHELL_APPLICATION_MAC_H_
6
6
#define CONTENT_NW_SRC_BROWSER_SHELL_APPLICATION_MAC_H_
7
7
8
- #include " base/message_pump_mac.h"
8
+ #include " base/message_loop/ message_pump_mac.h"
9
9
#include " base/mac/scoped_sending_event.h"
10
10
11
11
@interface ShellCrApplication : NSApplication <CrAppProtocol,
Original file line number Diff line number Diff line change 28
28
#include " base/files/file_path.h"
29
29
#include " base/logging.h"
30
30
#include " base/string_util.h"
31
- #include " base/utf_string_conversions.h"
31
+ #include " base/strings/ utf_string_conversions.h"
32
32
#include " content/public/browser/browser_context.h"
33
33
#include " content/public/browser/browser_thread.h"
34
34
#include " content/public/browser/download_manager.h"
Original file line number Diff line number Diff line change 16
16
#include " printing/page_size_margins.h"
17
17
#include " skia/ext/platform_device.h"
18
18
#include " skia/ext/vector_canvas.h"
19
- #include " third_party/WebKit/Source/Platform/chromium/ public/WebCanvas.h"
20
- #include " third_party/WebKit/Source/WebKit/chromium/ public/WebFrame.h"
19
+ #include " third_party/WebKit/public/platform /WebCanvas.h"
20
+ #include " third_party/WebKit/public/web /WebFrame.h"
21
21
22
22
namespace printing {
23
23
You can’t perform that action at this time.
0 commit comments