| Index: content/shell/common/shell_switches.h
|
| diff --git a/content/shell/shell_switches.h b/content/shell/common/shell_switches.h
|
| similarity index 83%
|
| rename from content/shell/shell_switches.h
|
| rename to content/shell/common/shell_switches.h
|
| index e89ff26e216a6896229907e5463487f6c0661e66..5a182c5fc02d4b48e1d480071ac245ba6aaa43e0 100644
|
| --- a/content/shell/shell_switches.h
|
| +++ b/content/shell/common/shell_switches.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Defines all the "content_shell" command-line switches.
|
|
|
| -#ifndef CONTENT_SHELL_SHELL_SWITCHES_H_
|
| -#define CONTENT_SHELL_SHELL_SWITCHES_H_
|
| +#ifndef CONTENT_SHELL_COMMON_SHELL_SWITCHES_H_
|
| +#define CONTENT_SHELL_COMMON_SHELL_SWITCHES_H_
|
|
|
| namespace switches {
|
|
|
| @@ -22,4 +22,4 @@ extern const char kOutputLayoutTestDifferences[];
|
|
|
| } // namespace switches
|
|
|
| -#endif // CONTENT_SHELL_SHELL_SWITCHES_H_
|
| +#endif // CONTENT_SHELL_COMMON_SHELL_SWITCHES_H_
|
|
|