diff options
author | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 07:17:00 +0000 |
---|---|---|
committer | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 07:17:00 +0000 |
commit | fda333055720d01c53916b4c5639ab94bb289199 (patch) | |
tree | 27ea8fae691df9dc867e42f8b1dff2a4b155519f /content/browser/indexed_db/indexed_db_unittest.cc | |
parent | 3c68451018253896424b8e34e60bf9a4c0b3462a (diff) | |
download | chromium_src-fda333055720d01c53916b4c5639ab94bb289199.zip chromium_src-fda333055720d01c53916b4c5639ab94bb289199.tar.gz chromium_src-fda333055720d01c53916b4c5639ab94bb289199.tar.bz2 |
Change include paths to use the new IDB header locations in Platform
This will allow chrome to fully implement the WebIDB* interfaces.
BUG=233361
TBR=tsepez
Review URL: https://chromiumcodereview.appspot.com/14694004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197849 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/indexed_db/indexed_db_unittest.cc')
-rw-r--r-- | content/browser/indexed_db/indexed_db_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/indexed_db/indexed_db_unittest.cc b/content/browser/indexed_db/indexed_db_unittest.cc index 78eb8c3..ba27198 100644 --- a/content/browser/indexed_db/indexed_db_unittest.cc +++ b/content/browser/indexed_db/indexed_db_unittest.cc @@ -10,7 +10,7 @@ #include "content/public/common/url_constants.h" #include "content/public/test/test_browser_context.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBDatabase.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabase.h" #include "webkit/database/database_util.h" #include "webkit/quota/mock_special_storage_policy.h" #include "webkit/quota/quota_manager.h" |