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

Unified Diff: ui/surface/transport_dib.h

Issue 13428002: ui: Update the includes of base/shared_memory.h to its new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « ui/gl/safe_shared_memory_pool.h ('k') | ui/surface/transport_dib_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/transport_dib.h
diff --git a/ui/surface/transport_dib.h b/ui/surface/transport_dib.h
index 6397c97420a674572557e7a035ee692c9f678f64..886afb9e45c7218781b968a023ba54983bac8756 100644
--- a/ui/surface/transport_dib.h
+++ b/ui/surface/transport_dib.h
@@ -9,7 +9,7 @@
#include "ui/surface/surface_export.h"
#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_ANDROID)
-#include "base/shared_memory.h"
+#include "base/memory/shared_memory.h"
#endif
#if defined(OS_WIN)
« no previous file with comments | « ui/gl/safe_shared_memory_pool.h ('k') | ui/surface/transport_dib_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698