| Index: content/shell/common/webkit_test_helpers.cc
|
| diff --git a/content/shell/webkit_test_helpers.cc b/content/shell/common/webkit_test_helpers.cc
|
| similarity index 98%
|
| rename from content/shell/webkit_test_helpers.cc
|
| rename to content/shell/common/webkit_test_helpers.cc
|
| index 1bddfcd7587e56211ab0851f24b12ed80af33a7e..1993e5d352e77fc39f303b218ed43d447f41e9f0 100644
|
| --- a/content/shell/webkit_test_helpers.cc
|
| +++ b/content/shell/common/webkit_test_helpers.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/shell/webkit_test_helpers.h"
|
| +#include "content/shell/common/webkit_test_helpers.h"
|
|
|
| #include "base/command_line.h"
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "content/shell/shell_switches.h"
|
| +#include "content/shell/common/shell_switches.h"
|
| #include "third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h"
|
| #include "webkit/glue/webpreferences.h"
|
|
|
|
|