| Index: content/shell/common/shell_test_configuration.h
|
| diff --git a/content/shell/shell_test_configuration.h b/content/shell/common/shell_test_configuration.h
|
| similarity index 83%
|
| rename from content/shell/shell_test_configuration.h
|
| rename to content/shell/common/shell_test_configuration.h
|
| index d47211f7199a6bc4843c45caef5b5dc6e99a175c..f24033c2f2ed85c1ce9993f1497cf7116817c650 100644
|
| --- a/content/shell/shell_test_configuration.h
|
| +++ b/content/shell/common/shell_test_configuration.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_TEST_CONFIGURATION_H_
|
| -#define CONTENT_SHELL_SHELL_TEST_CONFIGURATION_H_
|
| +#ifndef CONTENT_SHELL_COMMON_SHELL_TEST_CONFIGURATION_H_
|
| +#define CONTENT_SHELL_COMMON_SHELL_TEST_CONFIGURATION_H_
|
|
|
| #include <string>
|
|
|
| @@ -40,4 +40,4 @@ struct ShellTestConfiguration {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_SHELL_SHELL_TEST_CONFIGURATION_H_
|
| +#endif // CONTENT_SHELL_COMMON_SHELL_TEST_CONFIGURATION_H_
|
|
|