| Index: content/public/common/injection_test_win.h
|
| diff --git a/content/public/common/injection_test_win.h b/content/public/common/injection_test_win.h
|
| index cc1e684e13f015cdf44b199c3386ce5768e90787..67e8428d851c0a4cf60bc133ac2a5bc542f32e3c 100644
|
| --- a/content/public/common/injection_test_win.h
|
| +++ b/content/public/common/injection_test_win.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_COMMON_INJECTION_TEST_WIN_H_
|
| -#define CONTENT_COMMON_INJECTION_TEST_WIN_H_
|
| +#ifndef CONTENT_PUBLIC_COMMON_INJECTION_TEST_WIN_H_
|
| +#define CONTENT_PUBLIC_COMMON_INJECTION_TEST_WIN_H_
|
|
|
| // This file defines the entry points for any DLL that can be loaded into the
|
| // renderer or plugin process for the purposes of testing. The DLL code must
|
| @@ -23,4 +23,4 @@ typedef BOOL (__cdecl *RunPluginTests)(int* test_count);
|
| #endif
|
| }
|
|
|
| -#endif // CONTENT_COMMON_INJECTION_TEST_WIN_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_INJECTION_TEST_WIN_H_
|
|
|