| Index: content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc b/content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc
|
| index 38f8cc241571be6db298e7c4031d7c6bd71f280d..f8664fa263cb91e265c6131382b4cb3345885dc0 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc
|
| @@ -19,6 +19,8 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/database/database_util.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // Declared to shorten the line lengths.
|
| static const quota::StorageType kTemp = quota::kStorageTypeTemporary;
|
| static const quota::StorageType kPerm = quota::kStorageTypePersistent;
|
|
|