Update V8 to version 4.7.57.
[chromium-blink-merge.git] / ui / views / widget / tooltip_manager.cc
blobc5e641a9cc8d28b402390f9648ce33ec8034b16b
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/views/widget/tooltip_manager.h"
7 namespace views {
9 // static
10 const char TooltipManager::kGroupingPropertyKey[] = "GroupingPropertyKey";
12 } // namespace views