X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fash%2Fdrag_drop%2Fdrag_drop_tracker.cc;h=193dc62054a930c675fb2a90c199f19ac460e70f;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=55cb7b938af9e38a8f7f8b789ef14d1e344fc3bd;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/drag_drop/drag_drop_tracker.cc b/src/ash/drag_drop/drag_drop_tracker.cc index 55cb7b9..193dc62 100644 --- a/src/ash/drag_drop/drag_drop_tracker.cc +++ b/src/ash/drag_drop/drag_drop_tracker.cc @@ -15,8 +15,6 @@ #include "ui/wm/public/activation_delegate.h" namespace ash { -namespace internal { - namespace { // An activation delegate which disables activating the drag and drop window. @@ -101,5 +99,4 @@ ui::LocatedEvent* DragDropTracker::ConvertEvent( changed_button_flags()); } -} // namespace internal } // namespace ash