Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(628)

Unified Diff: services/window_manager/hit_test.h

Issue 860873002: Continue deleting code in ui/. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 2015 Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/window_manager/BUILD.gn ('k') | services/window_manager/window_manager_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « services/window_manager/BUILD.gn ('k') | services/window_manager/window_manager_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698