blob: 4825662b81cbab773c0543f0e80f8cdf33386935 [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 "base/logging.h"
#include "ui/file_manager/grit/file_manager_resources_map.h"
namespace file_manager {
const GzippedGritResourceMap* GetFileManagerResources(size_t* size) {
DCHECK(size);
*size = kFileManagerResourcesSize;
return kFileManagerResources;
}
} // namespace keyboard