diff options
Diffstat (limited to 'chrome/browser/tab_contents/background_contents.cc')
-rw-r--r-- | chrome/browser/tab_contents/background_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/background_contents.cc b/chrome/browser/tab_contents/background_contents.cc index 612500b..e8c177a 100644 --- a/chrome/browser/tab_contents/background_contents.cc +++ b/chrome/browser/tab_contents/background_contents.cc @@ -16,7 +16,7 @@ #include "chrome/common/url_constants.h" #include "chrome/common/view_types.h" #include "chrome/common/render_messages_params.h" -#include "gfx/rect.h" +#include "ui/gfx/rect.h" //////////////// // BackgroundContents |