summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources_util_unittest.cc
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-21 19:40:15 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-21 19:40:15 +0000
commit5ca37da804acec7f23fd2a1d2319ee702033ef64 (patch)
treee33423947ddab349d471e85eec275aae0cbbaa81 /chrome/browser/resources_util_unittest.cc
parente47184a325eb1cf4987ded29fcde2db38402ef5c (diff)
downloadchromium_src-5ca37da804acec7f23fd2a1d2319ee702033ef64.zip
chromium_src-5ca37da804acec7f23fd2a1d2319ee702033ef64.tar.gz
chromium_src-5ca37da804acec7f23fd2a1d2319ee702033ef64.tar.bz2
Split out large icons into a separate resource pak
This is a part of r82185 that was reverted. The change was reverted because it caused a performance regression. I'm checking in just the reorganization code to narrow down exactly which part of the change caused the regression. The only code change here is some header includes. If this change passes the perf bot then my next change will be to load the new resource pak. BUG=None TEST=None Review URL: http://codereview.chromium.org/6883110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources_util_unittest.cc')
-rw-r--r--chrome/browser/resources_util_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/resources_util_unittest.cc b/chrome/browser/resources_util_unittest.cc
index 51651da..1946d4f 100644
--- a/chrome/browser/resources_util_unittest.cc
+++ b/chrome/browser/resources_util_unittest.cc
@@ -1,10 +1,11 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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 "chrome/browser/resources_util.h"
#include "grit/theme_resources.h"
+#include "grit/theme_resources_standard.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {