diff options
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 |