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

Unified Diff: webkit/browser/fileapi/timed_task_helper.h

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 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/fileapi/timed_task_helper.h
diff --git a/webkit/browser/fileapi/timed_task_helper.h b/webkit/browser/fileapi/timed_task_helper.h
index fcfb80ab78b9851d3ac53a7cad086ae37ec8fbe5..9f9162f2f3df8912ec7b1a4b2d6ba5d1fb6b1ff7 100644
--- a/webkit/browser/fileapi/timed_task_helper.h
+++ b/webkit/browser/fileapi/timed_task_helper.h
@@ -17,7 +17,7 @@ namespace base {
class SequencedTaskRunner;
}
-namespace fileapi {
+namespace storage {
// Works similarly as base::Timer, but takes SequencedTaskRunner and
// runs tasks on it (instead of implicitly bound to a thread).
@@ -54,6 +54,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT TimedTaskHelper {
DISALLOW_COPY_AND_ASSIGN(TimedTaskHelper);
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_TIMED_TASK_HELPER_H_
« no previous file with comments | « webkit/browser/fileapi/task_runner_bound_observer_list.h ('k') | webkit/browser/fileapi/timed_task_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698