| Index: chrome/browser/browsing_data/browsing_data_database_helper.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_database_helper.cc b/chrome/browser/browsing_data/browsing_data_database_helper.cc
|
| index 9248122ee8efb21653c185d5866a0f90714b98b0..158ec53a2f096c8e8957eda7f7a61297b64e349e 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_database_helper.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_database_helper.cc
|
| @@ -15,8 +15,8 @@
|
| #include "content/public/browser/storage_partition.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/net_errors.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebCString.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h"
|
|
|
| using content::BrowserContext;
|
|
|