Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1529)

Unified Diff: content/browser/tab_contents/tab_contents.cc

Issue 10024066: TabContents -> WebContentsImpl, part 4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/browser/tab_contents/tab_contents.h ('k') | content/browser/tab_contents/tab_contents_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698