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

Unified Diff: content/child/resource_dispatcher.cc

Issue 19398004: Use a direct include of the shared_memory header in content/browser/, content/child/, content/commo… (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
« no previous file with comments | « content/child/resource_dispatcher.h ('k') | content/child/webblobregistry_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.cc
diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
index a299f4f8c689229e0a809be2efca92db0fc3d3cd..bea400ba87e416b73cd147c0bd2df10c2d7e75dd 100644
--- a/content/child/resource_dispatcher.cc
+++ b/content/child/resource_dispatcher.cc
@@ -11,9 +11,9 @@
#include "base/compiler_specific.h"
#include "base/debug/alias.h"
#include "base/files/file_path.h"
+#include "base/memory/shared_memory.h"
#include "base/message_loop.h"
#include "base/metrics/histogram.h"
-#include "base/shared_memory.h"
#include "base/strings/string_util.h"
#include "content/child/request_extra_data.h"
#include "content/common/inter_process_time_ticks_converter.h"
« no previous file with comments | « content/child/resource_dispatcher.h ('k') | content/child/webblobregistry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698