| Index: chrome/browser/BUILD.gn | 
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn | 
| index 5ee08445af0f4ec773052a9b39a6588c1fedff3e..679aa871fb092ecc4bbfaeb0d7a9bb8412c0d891 100644 | 
| --- a/chrome/browser/BUILD.gn | 
| +++ b/chrome/browser/BUILD.gn | 
| @@ -181,7 +181,7 @@ static_library("browser") { | 
| "//v8", | 
| "//webkit/browser:storage", | 
| "//webkit/common", | 
| -      "//webkit/common:storage", | 
| +      "//webkit/common:storage_common", | 
| ## TODO(tonyg): Remove this dependency (crbug.com/280157). | 
| #"../testing/perf/perf_test.gyp:*",  TODO(GYP) | 
| # Note: for this one also remove the webrtc_stub_config | 
|  |