Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / test / shelf_test_api.cc
index 0ce27f7..d050f73 100644 (file)
@@ -16,9 +16,7 @@ ShelfTestAPI::ShelfTestAPI(Shelf* shelf)
 ShelfTestAPI::~ShelfTestAPI() {
 }
 
-internal::ShelfView* ShelfTestAPI::shelf_view() {
-  return shelf_->shelf_view_;
-}
+ShelfView* ShelfTestAPI::shelf_view() { return shelf_->shelf_view_; }
 
 void ShelfTestAPI::SetShelfDelegate(ShelfDelegate* delegate) {
   shelf_->delegate_ = delegate;