| Index: content/shell/common/shell_content_client.cc
|
| diff --git a/content/shell/shell_content_client.cc b/content/shell/common/shell_content_client.cc
|
| similarity index 97%
|
| rename from content/shell/shell_content_client.cc
|
| rename to content/shell/common/shell_content_client.cc
|
| index a8f697aedc1cd3a10f80fda0468c5d8e26bad899..6b9a9bf071cbc2d2ba4bf29128dc4d882bf565d2 100644
|
| --- a/content/shell/shell_content_client.cc
|
| +++ b/content/shell/common/shell_content_client.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/shell_content_client.h"
|
| +#include "content/shell/common/shell_content_client.h"
|
|
|
| #include "base/command_line.h"
|
| #include "base/strings/string_piece.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "content/public/common/content_switches.h"
|
| -#include "content/shell/shell_switches.h"
|
| +#include "content/shell/common/shell_switches.h"
|
| #include "grit/shell_resources.h"
|
| #include "grit/webkit_resources.h"
|
| #include "grit/webkit_strings.h"
|
|
|