diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.cc')
-rw-r--r-- | content/browser/tab_contents/tab_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc index 7b80e6a..585faa5 100644 --- a/content/browser/tab_contents/tab_contents.cc +++ b/content/browser/tab_contents/tab_contents.cc @@ -93,7 +93,7 @@ #include "webkit/glue/webpreferences.h" #if defined(OS_MACOSX) -#include "app/surface/io_surface_support_mac.h" +#include "ui/gfx/surface/io_surface_support_mac.h" #endif // defined(OS_MACOSX) // Cross-Site Navigations |