| Index: content/browser/renderer_host/render_view_host_factory.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_view_host_factory.cc (revision 0)
|
| +++ content/browser/renderer_host/render_view_host_factory.cc (working copy)
|
| @@ -2,10 +2,10 @@
|
| // 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/render_view_host_factory.h"
|
| +#include "content/browser/renderer_host/render_view_host_factory.h"
|
|
|
| #include "base/logging.h"
|
| -#include "chrome/browser/renderer_host/render_view_host.h"
|
| +#include "content/browser/renderer_host/render_view_host.h"
|
|
|
| // static
|
| RenderViewHostFactory* RenderViewHostFactory::factory_ = NULL;
|
|
|