| Index: content/shell/common/shell_content_client.h
|
| diff --git a/content/shell/shell_content_client.h b/content/shell/common/shell_content_client.h
|
| similarity index 84%
|
| rename from content/shell/shell_content_client.h
|
| rename to content/shell/common/shell_content_client.h
|
| index ec49f477b72390383a500eab9b4fbc467cb4735a..84a148394534f473978209fc2e0553122bb144b0 100644
|
| --- a/content/shell/shell_content_client.h
|
| +++ b/content/shell/common/shell_content_client.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_SHELL_SHELL_CONTENT_CLIENT_H_
|
| -#define CONTENT_SHELL_SHELL_CONTENT_CLIENT_H_
|
| +#ifndef CONTENT_SHELL_COMMON_SHELL_CONTENT_CLIENT_H_
|
| +#define CONTENT_SHELL_COMMON_SHELL_CONTENT_CLIENT_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -29,4 +29,4 @@ class ShellContentClient : public ContentClient {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_SHELL_SHELL_CONTENT_CLIENT_H_
|
| +#endif // CONTENT_SHELL_COMMON_SHELL_CONTENT_CLIENT_H_
|
|
|