Chromium Code Reviews| Index: chrome/browser/browsing_data_database_helper.cc |
| =================================================================== |
| --- chrome/browser/browsing_data_database_helper.cc (revision 112786) |
| +++ chrome/browser/browsing_data_database_helper.cc (working copy) |
| @@ -12,9 +12,9 @@ |
| #include "chrome/browser/profiles/profile.h" |
| #include "content/public/browser/browser_thread.h" |
| #include "net/base/net_errors.h" |
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebCString.h" |
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebCString.h" |
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" |
|
darin (slow to review)
2011/12/02 23:17:52
need to fix sorting? :-(
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" |
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
| using content::BrowserThread; |
| using WebKit::WebSecurityOrigin; |