diff options
Diffstat (limited to 'chrome/common/indexed_db_key.cc')
-rw-r--r-- | chrome/common/indexed_db_key.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/indexed_db_key.cc b/chrome/common/indexed_db_key.cc index 0379c30..050b941 100644 --- a/chrome/common/indexed_db_key.cc +++ b/chrome/common/indexed_db_key.cc @@ -5,7 +5,7 @@ #include "chrome/common/indexed_db_key.h" #include "base/logging.h" -#include "third_party/WebKit/WebKit/chromium/public/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" using WebKit::WebIDBKey; |