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

Unified Diff: content/browser/browsing_instance.cc

Issue 11340029: Move remaining files in content\browser to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/browsing_instance.cc
===================================================================
--- content/browser/browsing_instance.cc (revision 164795)
+++ content/browser/browsing_instance.cc (working copy)
@@ -12,9 +12,9 @@
#include "content/public/common/content_switches.h"
#include "content/public/common/url_constants.h"
-using content::SiteInstance;
+namespace content {
-BrowsingInstance::BrowsingInstance(content::BrowserContext* browser_context)
+BrowsingInstance::BrowsingInstance(BrowserContext* browser_context)
: browser_context_(browser_context) {
}
@@ -83,3 +83,5 @@
// us are gone.
DCHECK(site_instance_map_.empty());
}
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698