blob: b9f4e0aa066300509f43738bb968b853d5327c25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright (c) 2011 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 VIEWS_FOCUS_WIDGET_FOCUS_MANAGER_H_
#define VIEWS_FOCUS_WIDGET_FOCUS_MANAGER_H_
#pragma once
#include "ui/views/focus/widget_focus_manager.h"
// TODO(tfarina): remove this file once all includes have been updated.
#endif // VIEWS_FOCUS_WIDGET_FOCUS_MANAGER_H_
|