diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-13 00:27:55 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-13 00:27:55 +0000 |
commit | cd221353926b9155feb6a32dad7a61cdfd0908eb (patch) | |
tree | 5ab079fbc7f1491d1b649cb0e0d9dab28c080105 /ui/aura | |
parent | fa8cfb0369dc6f6b7470d1163773709d876b0845 (diff) | |
download | chromium_src-cd221353926b9155feb6a32dad7a61cdfd0908eb.zip chromium_src-cd221353926b9155feb6a32dad7a61cdfd0908eb.tar.gz chromium_src-cd221353926b9155feb6a32dad7a61cdfd0908eb.tar.bz2 |
Aura compile issues under clang
Fixes misc clang/style errors for Aura sources. This should be the last
of them.
BUG=109946
TEST=Compiles under mac/clang.
R=sky@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117499
Review URL: http://codereview.chromium.org/9197005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura')
-rw-r--r-- | ui/aura/client/drag_drop_delegate.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/client/drag_drop_delegate.cc b/ui/aura/client/drag_drop_delegate.cc index 1cc75f6..c9f4e88 100644 --- a/ui/aura/client/drag_drop_delegate.cc +++ b/ui/aura/client/drag_drop_delegate.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// 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. @@ -21,4 +21,4 @@ DragDropDelegate* GetDragDropDelegate(Window* window) { } } // namespace client -} // namespace aura
\ No newline at end of file +} // namespace aura |