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

Unified Diff: content/browser/web_contents/render_view_host_manager.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/web_contents/render_view_host_manager.cc
diff --git a/content/browser/tab_contents/render_view_host_manager.cc b/content/browser/web_contents/render_view_host_manager.cc
similarity index 99%
rename from content/browser/tab_contents/render_view_host_manager.cc
rename to content/browser/web_contents/render_view_host_manager.cc
index b2bc52a5b23d604086ed372da6b5ad3a9d7d9451..d00076e05303f70942f2fa7252cb45139a32fe5f 100644
--- a/content/browser/tab_contents/render_view_host_manager.cc
+++ b/content/browser/web_contents/render_view_host_manager.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/tab_contents/render_view_host_manager.h"
+#include "content/browser/web_contents/render_view_host_manager.h"
#include <utility>

Powered by Google App Engine
This is Rietveld 408576698