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

Unified Diff: content/browser/fileapi/timed_task_helper_unittest.cc

Issue 253753007: Move all remaining fileapi and quota unit tests from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address feedback Created 6 years, 8 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/fileapi/sandbox_prioritized_origin_database_unittest.cc ('k') | content/browser/quota/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/fileapi/timed_task_helper_unittest.cc
diff --git a/webkit/browser/fileapi/timed_task_helper_unittest.cc b/content/browser/fileapi/timed_task_helper_unittest.cc
similarity index 96%
rename from webkit/browser/fileapi/timed_task_helper_unittest.cc
rename to content/browser/fileapi/timed_task_helper_unittest.cc
index fa3e84d523d114a7a3570aaf02d69bf58111e7d0..807897a1cdf0a46e462dc47623e88a868809184e 100644
--- a/webkit/browser/fileapi/timed_task_helper_unittest.cc
+++ b/content/browser/fileapi/timed_task_helper_unittest.cc
@@ -12,7 +12,9 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "webkit/browser/fileapi/timed_task_helper.h"
-namespace fileapi {
+using fileapi::TimedTaskHelper;
+
+namespace content {
namespace {
@@ -80,4 +82,4 @@ TEST(TimedTaskHelper, FireTimerWhenAlreadyDeleted) {
base::RunLoop().RunUntilIdle();
}
-} // namespace fileapi
+} // namespace content
« no previous file with comments | « content/browser/fileapi/sandbox_prioritized_origin_database_unittest.cc ('k') | content/browser/quota/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698