summaryrefslogtreecommitdiffstats
path: root/chrome/browser/themes
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-03 02:51:43 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-03 02:51:43 +0000
commit3cbe08131391fa61c9ae92a4e9db6d366ffccc2e (patch)
tree6e6d40a45ebcfe7631b0fc891bd0476d6cd9d692 /chrome/browser/themes
parent687ee7c46ec9fe254854cad2a87a9b157a55781c (diff)
downloadchromium_src-3cbe08131391fa61c9ae92a4e9db6d366ffccc2e.zip
chromium_src-3cbe08131391fa61c9ae92a4e9db6d366ffccc2e.tar.gz
chromium_src-3cbe08131391fa61c9ae92a4e9db6d366ffccc2e.tar.bz2
persist known media galleries (only directories for now)
not yet used by anything. BUG=134929 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10704033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145248 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/themes')
-rw-r--r--chrome/browser/themes/theme_service_factory.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/themes/theme_service_factory.cc b/chrome/browser/themes/theme_service_factory.cc
index 8d37c3e..b3eae37 100644
--- a/chrome/browser/themes/theme_service_factory.cc
+++ b/chrome/browser/themes/theme_service_factory.cc
@@ -39,8 +39,7 @@ ThemeServiceFactory* ThemeServiceFactory::GetInstance() {
ThemeServiceFactory::ThemeServiceFactory()
: ProfileKeyedServiceFactory("ThemeService",
- ProfileDependencyManager::GetInstance())
-{}
+ ProfileDependencyManager::GetInstance()) {}
ThemeServiceFactory::~ThemeServiceFactory() {}