| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index 37e2beff2e4e3768a614ff435891aa24b269a907..0c555a1113ab583f487e8f4af0710efac3a92693 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -72,10 +72,10 @@
|
| #elif defined(TOOLKIT_GTK)
|
| #include "content/browser/tab_contents/tab_contents_view_gtk.h"
|
| #elif defined(OS_MACOSX)
|
| -#include "content/browser/tab_contents/web_contents_view_mac.h"
|
| +#include "content/browser/web_contents/web_contents_view_mac.h"
|
| #include "ui/gfx/surface/io_surface_support_mac.h"
|
| #elif defined(OS_ANDROID)
|
| -#include "content/browser/tab_contents/web_contents_view_android.h"
|
| +#include "content/browser/web_contents/web_contents_view_android.h"
|
| #endif
|
|
|
| // Cross-Site Navigations
|
|
|