| Index: services/window_manager/hit_test.h
|
| diff --git a/ui/base/hit_test.h b/services/window_manager/hit_test.h
|
| similarity index 78%
|
| rename from ui/base/hit_test.h
|
| rename to services/window_manager/hit_test.h
|
| index a91ce892ce129a44a84993b70df446b96ce126cd..93126c5e1d57898d2233d3f3a5fa358b7ce9ac9c 100644
|
| --- a/ui/base/hit_test.h
|
| +++ b/services/window_manager/hit_test.h
|
| @@ -1,11 +1,9 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_BASE_HIT_TEST_H_
|
| -#define UI_BASE_HIT_TEST_H_
|
| -
|
| -#if !defined(OS_WIN)
|
| +#ifndef SERVICES_WINDOW_MANAGER_HIT_TEST_H_
|
| +#define SERVICES_WINDOW_MANAGER_HIT_TEST_H_
|
|
|
| // Defines the same symbolic names used by the WM_NCHITTEST Notification under
|
| // win32 (the integer values are not guaranteed to be equivalent). We do this
|
| @@ -40,6 +38,4 @@ enum HitTestCompat {
|
| HTZOOM
|
| };
|
|
|
| -#endif // !defined(OS_WIN)
|
| -
|
| -#endif // UI_BASE_HIT_TEST_H_
|
| +#endif // SERVICES_WINDOW_MANAGER_HIT_TEST_H_
|
|
|