| Index: chrome/browser/net/quota_policy_channel_id_store_unittest.cc
 | 
| diff --git a/chrome/browser/net/quota_policy_channel_id_store_unittest.cc b/chrome/browser/net/quota_policy_channel_id_store_unittest.cc
 | 
| index 83096f1bc4732ecdf7c9bbf35263defe38ffc80c..44bfe1b2bc0ea2b3571bd999ce08c3d75c1854c8 100644
 | 
| --- a/chrome/browser/net/quota_policy_channel_id_store_unittest.cc
 | 
| +++ b/chrome/browser/net/quota_policy_channel_id_store_unittest.cc
 | 
| @@ -17,7 +17,6 @@
 | 
|  #include "base/stl_util.h"
 | 
|  #include "base/threading/thread_task_runner_handle.h"
 | 
|  #include "base/time/time.h"
 | 
| -#include "content/public/test/mock_special_storage_policy.h"
 | 
|  #include "content/public/test/test_browser_thread_bundle.h"
 | 
|  #include "net/cookies/cookie_util.h"
 | 
|  #include "net/ssl/ssl_client_cert_type.h"
 | 
| @@ -25,6 +24,7 @@
 | 
|  #include "net/test/channel_id_test_util.h"
 | 
|  #include "net/test/test_data_directory.h"
 | 
|  #include "sql/statement.h"
 | 
| +#include "storage/browser/test/mock_special_storage_policy.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
|  const base::FilePath::CharType kTestChannelIDFilename[] =
 | 
| 
 |