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

Unified Diff: content/browser/site_instance.cc

Issue 6532073: Move core pieces of browser\renderer_host to src\content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/site_instance.cc
===================================================================
--- content/browser/site_instance.cc (revision 75410)
+++ content/browser/site_instance.cc (working copy)
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/renderer_host/site_instance.h"
+#include "content/browser/site_instance.h"
#include "chrome/browser/browsing_instance.h"
#include "chrome/browser/extensions/extension_service.h"
+#include "chrome/browser/webui/web_ui_factory.h"
#include "chrome/browser/renderer_host/browser_render_process_host.h"
-#include "chrome/browser/webui/web_ui_factory.h"
#include "chrome/common/notification_service.h"
#include "chrome/common/url_constants.h"
#include "net/base/registry_controlled_domain.h"

Powered by Google App Engine
This is Rietveld 408576698