| Index: ui/views/widget/widget_aura_utils.h
|
| diff --git a/ui/views/widget/widget_aura_utils.h b/ui/views/widget/widget_aura_utils.h
|
| deleted file mode 100644
|
| index 4b16de48cab00c1b763efb7fd8fd897b115ae607..0000000000000000000000000000000000000000
|
| --- a/ui/views/widget/widget_aura_utils.h
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright (c) 2012 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_VIEWS_WIDGET_WIDGET_AURA_UTILS_H_
|
| -#define UI_VIEWS_WIDGET_WIDGET_AURA_UTILS_H_
|
| -
|
| -#include "ui/views/widget/widget.h"
|
| -#include "ui/wm/public/window_types.h"
|
| -
|
| -// Functions shared by native_widget_aura.cc and desktop_native_widget_aura.cc:
|
| -
|
| -namespace views {
|
| -
|
| -ui::wm::WindowType GetAuraWindowTypeForWidgetType(
|
| - Widget::InitParams::Type type);
|
| -
|
| -} // namespace views
|
| -
|
| -#endif // UI_VIEWS_WIDGET_WIDGET_AURA_UTILS_H_
|
|
|