| Index: ui/aura/hit_test.h
|
| ===================================================================
|
| --- ui/aura/hit_test.h (revision 100961)
|
| +++ ui/aura/hit_test.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 AURA_HIT_TEST_H_
|
| -#define AURA_HIT_TEST_H_
|
| +#ifndef UI_AURA_HIT_TEST_H_
|
| +#define UI_AURA_HIT_TEST_H_
|
| #pragma once
|
|
|
| // Defines the same symbolic names used by the WM_NCHITTEST Notification under
|
| @@ -39,4 +39,4 @@
|
| HTZOOM
|
| };
|
|
|
| -#endif // AURA_HIT_TEST_H_
|
| +#endif // UI_AURA_HIT_TEST_H_
|
|
|