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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_database_unittest.cc

Issue 7353026: Move app/sql/* files to sql/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 5 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: chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
index d9dd131eb859da3b68be2d3961b8e099df332cf7..634797e579637a5660f34ae8d22dbdefec080f88 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
@@ -4,8 +4,6 @@
//
// Unit tests for the SafeBrowsing storage system.
-#include "app/sql/connection.h"
-#include "app/sql/statement.h"
#include "base/file_util.h"
#include "base/logging.h"
#include "base/message_loop.h"
@@ -17,6 +15,8 @@
#include "content/browser/browser_thread.h"
#include "crypto/sha2.h"
#include "googleurl/src/gurl.h"
+#include "sql/connection.h"
+#include "sql/statement.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/platform_test.h"

Powered by Google App Engine
This is Rietveld 408576698