[go: nahoru, domu]

blob: df1bcaf6d6d497cb05a67f6582c1a9c9996bfee3 [file] [log] [blame]
// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/base/device_form_factor.h"
namespace ui {
DeviceFormFactor GetDeviceFormFactor() {
return DEVICE_FORM_FACTOR_DESKTOP;
}
} // namespace ui