Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: webkit/browser/dom_storage/session_storage_database_unittest.cc

Issue 15990007: Move dom_storage to new locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/browser/dom_storage/session_storage_database_unittest.cc
===================================================================
--- webkit/browser/dom_storage/session_storage_database_unittest.cc (revision 0)
+++ webkit/browser/dom_storage/session_storage_database_unittest.cc (working copy)
@@ -3,7 +3,7 @@
// found in the LICENSE file.
-#include "webkit/dom_storage/session_storage_database.h"
+#include "webkit/browser/dom_storage/session_storage_database.h"
#include <algorithm>
#include <map>
@@ -19,7 +19,7 @@
#include "third_party/leveldatabase/src/include/leveldb/db.h"
#include "third_party/leveldatabase/src/include/leveldb/iterator.h"
#include "third_party/leveldatabase/src/include/leveldb/options.h"
-#include "webkit/dom_storage/dom_storage_types.h"
+#include "webkit/common/dom_storage/dom_storage_types.h"
namespace dom_storage {

Powered by Google App Engine
This is Rietveld 408576698