diff options
Diffstat (limited to 'chrome/test/base/testing_profile.cc')
-rw-r--r-- | chrome/test/base/testing_profile.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc index b5238a0..e9b8805 100644 --- a/chrome/test/base/testing_profile.cc +++ b/chrome/test/base/testing_profile.cc @@ -63,6 +63,7 @@ #include "webkit/quota/quota_manager.h" using base::Time; +using content::BrowserThread; using testing::NiceMock; using testing::Return; |