diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-18 23:53:57 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-18 23:53:57 +0000 |
commit | 477ae05f2ed6229012f66ba8741ead7b26ee616c (patch) | |
tree | f9b1029443678a55f5df62c5a4f9e4efb23a00cb /views/events/event.h | |
parent | 86b3f4b2779d33edc06a7e72c768868316d34b6f (diff) | |
download | chromium_src-477ae05f2ed6229012f66ba8741ead7b26ee616c.zip chromium_src-477ae05f2ed6229012f66ba8741ead7b26ee616c.tar.gz chromium_src-477ae05f2ed6229012f66ba8741ead7b26ee616c.tar.bz2 |
views: Delete bubble, events, focus, layout directories and its stubbed files.
BUG=104039
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8566052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/events/event.h')
-rw-r--r-- | views/events/event.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/views/events/event.h b/views/events/event.h deleted file mode 100644 index 015eb08..0000000 --- a/views/events/event.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_EVENTS_EVENT_H_ -#define VIEWS_EVENTS_EVENT_H_ -#pragma once - -#include "ui/views/events/event.h" -// TODO(tfarina): remove this file once all includes have been updated. - -#endif // VIEWS_EVENTS_EVENT_H_ |