summaryrefslogtreecommitdiffstats
path: root/views/controls/throbber.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 20:57:34 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 20:57:34 +0000
commit29b25d090dda547a1b4340af1ad2a84cc498ab70 (patch)
tree054230b7c8af03f95c3e77befc38aff6ba3dd67d /views/controls/throbber.cc
parent1e932118a2ad13c144f958e46899b535c7bc0bdd (diff)
downloadchromium_src-29b25d090dda547a1b4340af1ad2a84cc498ab70.zip
chromium_src-29b25d090dda547a1b4340af1ad2a84cc498ab70.tar.gz
chromium_src-29b25d090dda547a1b4340af1ad2a84cc498ab70.tar.bz2
Move app/resources/* to ui/resources/ directory.
BUG=72317 TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7253057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91010 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/throbber.cc')
-rw-r--r--views/controls/throbber.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/throbber.cc b/views/controls/throbber.cc
index e750f0b..34f20a8 100644
--- a/views/controls/throbber.cc
+++ b/views/controls/throbber.cc
@@ -1,11 +1,11 @@
-// Copyright (c) 2006-2008 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 "views/controls/throbber.h"
#include "base/time.h"
-#include "grit/app_resources.h"
+#include "grit/ui_resources.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/canvas.h"