diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 20:25:32 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 20:25:32 +0000 |
commit | 7f070d42d5a0de771cdff09fb6c6a43a7d916fb9 (patch) | |
tree | 1b9395af5dd9cb20094ce57ed3e6f660c8bc469d /chrome/browser/themes | |
parent | 0563318a906566de9f2d6c47597eefb1babd926e (diff) | |
download | chromium_src-7f070d42d5a0de771cdff09fb6c6a43a7d916fb9.zip chromium_src-7f070d42d5a0de771cdff09fb6c6a43a7d916fb9.tar.gz chromium_src-7f070d42d5a0de771cdff09fb6c6a43a7d916fb9.tar.bz2 |
Update a bunch of files to the new location of notification files.
Fourth part of the remaining files. The last one will be deleting the stub files.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6657003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77511 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/themes')
-rw-r--r-- | chrome/browser/themes/browser_theme_provider.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/themes/browser_theme_provider.cc b/chrome/browser/themes/browser_theme_provider.cc index 6817ead..3c8ee4a 100644 --- a/chrome/browser/themes/browser_theme_provider.cc +++ b/chrome/browser/themes/browser_theme_provider.cc @@ -12,9 +12,9 @@ #include "chrome/browser/profiles/profile.h" #include "chrome/browser/themes/browser_theme_pack.h" #include "chrome/common/chrome_constants.h" -#include "chrome/common/notification_service.h" -#include "chrome/common/notification_type.h" #include "chrome/common/pref_names.h" +#include "content/common/notification_service.h" +#include "content/common/notification_type.h" #include "grit/app_resources.h" #include "grit/theme_resources.h" #include "ui/base/resource/resource_bundle.h" |