diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-14 15:32:44 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-14 15:32:44 +0000 |
commit | 4cce6c22174e05fe6fda0f74587f6a0006e82c51 (patch) | |
tree | b49fe0971d156752b9830385da723a460b7b0059 /views/window/native_frame_view.h | |
parent | 2425da9095be4777e6f101c4dbfc51ec59103c87 (diff) | |
download | chromium_src-4cce6c22174e05fe6fda0f74587f6a0006e82c51.zip chromium_src-4cce6c22174e05fe6fda0f74587f6a0006e82c51.tar.gz chromium_src-4cce6c22174e05fe6fda0f74587f6a0006e82c51.tar.bz2 |
views: Remove the old views/window/ directory and its stubbed files.
BUG=104039
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8497067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109887 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/window/native_frame_view.h')
-rw-r--r-- | views/window/native_frame_view.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/views/window/native_frame_view.h b/views/window/native_frame_view.h deleted file mode 100644 index 0228a2c..0000000 --- a/views/window/native_frame_view.h +++ /dev/null @@ -1,12 +0,0 @@ -// 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_WINDOW_NATIVE_FRAME_VIEW_H_ -#define VIEWS_WINDOW_NATIVE_FRAME_VIEW_H_ -#pragma once - -#include "ui/views/window/native_frame_view.h" -// TODO(tfarina): remove this file once all includes have been updated. - -#endif // VIEWS_WINDOW_NATIVE_FRAME_VIEW_H_ |