diff options
Diffstat (limited to 'chrome/service/service_utility_process_host.cc')
-rw-r--r-- | chrome/service/service_utility_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc index 6d79619..b63e27f 100644 --- a/chrome/service/service_utility_process_host.cc +++ b/chrome/service/service_utility_process_host.cc @@ -12,11 +12,11 @@ #include "base/scoped_temp_dir.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/utility_messages.h" -#include "gfx/rect.h" #include "ipc/ipc_switches.h" #include "printing/native_metafile.h" #include "printing/page_range.h" #include "ui/base/ui_base_switches.h" +#include "ui/gfx/rect.h" #if defined(OS_WIN) #include "base/win/scoped_handle.h" |