Fix ui/gfx/geometry headers

This commit is contained in:
Cheng Zhao 2015-03-10 15:35:53 -07:00
parent dead7caab2
commit 819ab5cd0c
7 changed files with 12 additions and 12 deletions

View file

@ -6,7 +6,7 @@
#include "base/basictypes.h"
#include "base/strings/string16.h"
#include "ui/gfx/size.h"
#include "ui/gfx/geometry/size.h"
PrintMsg_Print_Params::PrintMsg_Print_Params()
: page_size(),

View file

@ -15,7 +15,7 @@
#include "printing/print_job_constants.h"
#include "third_party/WebKit/public/web/WebPrintScalingOption.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/geometry/rect.h"
#ifndef CHROME_COMMON_PRINT_MESSAGES_H_
#define CHROME_COMMON_PRINT_MESSAGES_H_