| Index: content/browser/web_contents/test_web_contents.cc
|
| diff --git a/content/browser/tab_contents/test_web_contents.cc b/content/browser/web_contents/test_web_contents.cc
|
| similarity index 99%
|
| rename from content/browser/tab_contents/test_web_contents.cc
|
| rename to content/browser/web_contents/test_web_contents.cc
|
| index 445d5784ab392a25945e3fb392633e91e027749d..36292b779ff94f808568f0e58a80c1afd050a184 100644
|
| --- a/content/browser/tab_contents/test_web_contents.cc
|
| +++ b/content/browser/web_contents/test_web_contents.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/test_web_contents.h"
|
| +#include "content/browser/web_contents/test_web_contents.h"
|
|
|
| #include <utility>
|
|
|
|
|