summaryrefslogtreecommitdiffstats
path: root/ui/file_manager/file_manager_resource_util.cc
blob: 115f18d7e94809de618b54f525b1e83d79c627cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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 "grit/file_manager_resources_map.h"

namespace file_manager {

const GritResourceMap* GetFileManagerResources(size_t* size) {
  DCHECK(size);
  *size = kFileManagerResourcesSize;
  return kFileManagerResources;
}

}  // namespace keyboard