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

Unified Diff: webkit/browser/appcache/appcache_test_helper.cc

Issue 19633002: Use a direct include of the message_loop header in webkit/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: webkit/browser/appcache/appcache_test_helper.cc
diff --git a/webkit/browser/appcache/appcache_test_helper.cc b/webkit/browser/appcache/appcache_test_helper.cc
index fc3fb3e3d2ad0b58f9d12088eddb69005a8ac8d9..f457d40a93851d19f4a2aaeda9692b3a2ba1e6b5 100644
--- a/webkit/browser/appcache/appcache_test_helper.cc
+++ b/webkit/browser/appcache/appcache_test_helper.cc
@@ -6,7 +6,7 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webkit/browser/appcache/appcache.h"
#include "webkit/browser/appcache/appcache_entry.h"
« no previous file with comments | « webkit/browser/appcache/appcache_storage_unittest.cc ('k') | webkit/browser/appcache/appcache_update_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698