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

Unified Diff: ui/views/widget/aero_tooltip_manager.h

Issue 8598031: views: Move widget/ directory to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland for real Created 9 years, 1 month 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
Index: ui/views/widget/aero_tooltip_manager.h
diff --git a/views/widget/aero_tooltip_manager.h b/ui/views/widget/aero_tooltip_manager.h
similarity index 89%
rename from views/widget/aero_tooltip_manager.h
rename to ui/views/widget/aero_tooltip_manager.h
index 9f322fd58167478137dc30941145696165dc0278..db77fc355fa98d3fbde33b2c04d2c320978d8f02 100644
--- a/views/widget/aero_tooltip_manager.h
+++ b/ui/views/widget/aero_tooltip_manager.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef VIEWS_WIDGET_AERO_TOOLTIP_MANAGER_H_
-#define VIEWS_WIDGET_AERO_TOOLTIP_MANAGER_H_
+#ifndef UI_VIEWS_WIDGET_AERO_TOOLTIP_MANAGER_H_
+#define UI_VIEWS_WIDGET_AERO_TOOLTIP_MANAGER_H_
#pragma once
#include "base/memory/ref_counted.h"
-#include "views/widget/tooltip_manager_win.h"
+#include "ui/views/widget/tooltip_manager_win.h"
namespace views {
@@ -57,4 +57,4 @@ class AeroTooltipManager : public TooltipManagerWin {
} // namespace views
-#endif // #ifndef VIEWS_WIDGET_AERO_TOOLTIP_MANAGER_H_
+#endif // UI_VIEWS_WIDGET_AERO_TOOLTIP_MANAGER_H_
« no previous file with comments | « ui/views/touchui/touch_selection_controller_impl_unittest.cc ('k') | ui/views/widget/aero_tooltip_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698