blob: 5e8972073c11d20e392cad3de56d8b1af345cb2f [file] [log] [blame]
// Copyright 2014 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.
#include "ui/file_manager/file_manager_resource_util.h"
#include "grit/file_manager_resources_map.h"
#include "ui/base/resource/resource_bundle.h"
namespace file_manager {
const GritResourceMap* GetFileManagerResources(size_t* size) {
DCHECK(size);
*size = kFileManagerResourcesSize;
return kFileManagerResources;
}
} // namespace keyboard