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

Unified Diff: mojo/services/window_manager/hit_test.h

Issue 1049993002: Get mojo_shell building inside chromium checkout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit Created 5 years, 9 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 | « mojo/services/window_manager/focus_rules.h ('k') | mojo/services/window_manager/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « mojo/services/window_manager/focus_rules.h ('k') | mojo/services/window_manager/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698