commit | 90fa26548ea8e328b0c1de44fc3d2cf4ae4eacb3 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Apr 24 16:18:35 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Apr 24 16:18:35 2012 |
tree | 235a9415585abee3dc1a3767c898f55ccdeb7007 | |
parent | 386ef8cfc747ea354f9b9d38a2603e099afc3892 [diff] [blame] |
Move RefCountedStaticMemory to base namespace BUG=none TEST=compiles Review URL: http://codereview.chromium.org/10165020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133702 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/themes/theme_service.cc b/chrome/browser/themes/theme_service.cc index 92cc1e8..c0225bd 100644 --- a/chrome/browser/themes/theme_service.cc +++ b/chrome/browser/themes/theme_service.cc
@@ -5,6 +5,7 @@ #include "chrome/browser/themes/theme_service.h" #include "base/bind.h" +#include "base/memory/ref_counted_memory.h" #include "base/string_split.h" #include "base/string_util.h" #include "base/utf_string_conversions.h"