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

Unified Diff: content/browser/databases_table_unittest.cc

Issue 559063002: Remove webkit/browser/, point everything to storage/browser/ instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up DEPS per feedback Created 6 years, 3 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
« no previous file with comments | « content/browser/database_util_unittest.cc ('k') | content/browser/devtools/renderer_overrides_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/databases_table_unittest.cc
diff --git a/content/browser/databases_table_unittest.cc b/content/browser/databases_table_unittest.cc
index db0d2ac309ae30ab8d50f8270f0759a7e034dff3..ee864cd3a8e50e38e1d90cd5352837427afc275d 100644
--- a/content/browser/databases_table_unittest.cc
+++ b/content/browser/databases_table_unittest.cc
@@ -8,9 +8,9 @@
#include "sql/connection.h"
#include "sql/statement.h"
#include "sql/test/scoped_error_ignorer.h"
+#include "storage/browser/database/databases_table.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/sqlite/sqlite3.h"
-#include "webkit/browser/database/databases_table.h"
using base::ASCIIToUTF16;
using storage::DatabaseDetails;
« no previous file with comments | « content/browser/database_util_unittest.cc ('k') | content/browser/devtools/renderer_overrides_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698