commit | 29b25d090dda547a1b4340af1ad2a84cc498ab70 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jun 29 20:57:34 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jun 29 20:57:34 2011 |
tree | 054230b7c8af03f95c3e77befc38aff6ba3dd67d | |
parent | 1e932118a2ad13c144f958e46899b535c7bc0bdd [diff] [blame] |
Move app/resources/* to ui/resources/ directory. BUG=72317 TEST=None [email protected] Review URL: http://codereview.chromium.org/7253057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91010 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc index 722deb29..f16f11f 100644 --- a/chrome/browser/chrome_content_browser_client.cc +++ b/chrome/browser/chrome_content_browser_client.cc
@@ -56,7 +56,7 @@ #include "content/browser/worker_host/worker_process_host.h" #include "content/common/bindings_policy.h" #include "content/common/desktop_notification_messages.h" -#include "grit/app_resources.h" +#include "grit/ui_resources.h" #include "net/base/cookie_monster.h" #include "net/base/cookie_options.h" #include "ui/base/resource/resource_bundle.h"