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

Unified Diff: chrome/test/base/chrome_test_suite.cc

Issue 19275015: Use a direct include of the shared_memory header in base/, chrome/, components/. (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 | « chrome/renderer/printing/print_web_view_helper.h ('k') | chrome_frame/dll_redirector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_test_suite.cc
diff --git a/chrome/test/base/chrome_test_suite.cc b/chrome/test/base/chrome_test_suite.cc
index 2433b15d78b80f142c1497c35148abef2635db2f..b94a534aea798b0ce1d15e87e5fc84caf3bd7e97 100644
--- a/chrome/test/base/chrome_test_suite.cc
+++ b/chrome/test/base/chrome_test_suite.cc
@@ -58,7 +58,7 @@
#endif
#if defined(OS_POSIX)
-#include "base/shared_memory.h"
+#include "base/memory/shared_memory.h"
#endif
namespace {
« no previous file with comments | « chrome/renderer/printing/print_web_view_helper.h ('k') | chrome_frame/dll_redirector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698