 Chromium Code Reviews
 Chromium Code Reviews Issue 9419033:
  Move creation of BrowserContext objects that live in content to content, instead of depending on th…  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 9419033:
  Move creation of BrowserContext objects that live in content to content, instead of depending on th…  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: content/public/browser/browser_context.cc | 
| =================================================================== | 
| --- content/public/browser/browser_context.cc (revision 122721) | 
| +++ content/public/browser/browser_context.cc (working copy) | 
| @@ -1,10 +0,0 @@ | 
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved. | 
| -// Use of this source code is governed by a BSD-style license that can be | 
| -// found in the LICENSE file. | 
| - | 
| -#include "content/public/browser/browser_context.h" | 
| - | 
| -namespace content { | 
| - | 
| - | 
| -} // namespace content |