| Index: mojo/services/window_manager/hit_test.h
|
| diff --git a/ui/base/hit_test.h b/mojo/services/window_manager/hit_test.h
|
| similarity index 79%
|
| copy from ui/base/hit_test.h
|
| copy to mojo/services/window_manager/hit_test.h
|
| index a91ce892ce129a44a84993b70df446b96ce126cd..747dd010c402697b615933d403e9af2527a632ef 100644
|
| --- a/ui/base/hit_test.h
|
| +++ b/mojo/services/window_manager/hit_test.h
|
| @@ -1,9 +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_
|
| +#ifndef SERVICES_WINDOW_MANAGER_HIT_TEST_H_
|
| +#define SERVICES_WINDOW_MANAGER_HIT_TEST_H_
|
|
|
| #if !defined(OS_WIN)
|
|
|
| @@ -42,4 +42,4 @@ enum HitTestCompat {
|
|
|
| #endif // !defined(OS_WIN)
|
|
|
| -#endif // UI_BASE_HIT_TEST_H_
|
| +#endif // SERVICES_WINDOW_MANAGER_HIT_TEST_H_
|
|
|