| Index: ui/gfx/test_suite.h
|
| ===================================================================
|
| --- ui/gfx/test_suite.h (revision 73317)
|
| +++ ui/gfx/test_suite.h (working copy)
|
| @@ -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 GFX_TEST_SUITE_H_
|
| -#define GFX_TEST_SUITE_H_
|
| +#ifndef UI_GFX_TEST_SUITE_H_
|
| +#define UI_GFX_TEST_SUITE_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -21,4 +21,4 @@
|
| virtual void Shutdown();
|
| };
|
|
|
| -#endif // GFX_TEST_SUITE_H_
|
| +#endif // UI_GFX_TEST_SUITE_H_
|
|
|