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

Unified Diff: ui/gl/async_pixel_transfer_delegate_stub.cc

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/async_pixel_transfer_delegate_idle.cc ('k') | ui/gl/safe_shared_memory_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/async_pixel_transfer_delegate_stub.cc
diff --git a/ui/gl/async_pixel_transfer_delegate_stub.cc b/ui/gl/async_pixel_transfer_delegate_stub.cc
index e3835a2a378929fba4bc9bccdf47bf94f3fc1a15..b085b1ee3eb63d7c68a58892c0a221f0579351bc 100644
--- a/ui/gl/async_pixel_transfer_delegate_stub.cc
+++ b/ui/gl/async_pixel_transfer_delegate_stub.cc
@@ -4,7 +4,7 @@
#include "ui/gl/async_pixel_transfer_delegate_stub.h"
-#include "base/shared_memory.h"
+#include "base/memory/shared_memory.h"
#include "build/build_config.h"
#include "ui/gl/gl_bindings.h"
« no previous file with comments | « ui/gl/async_pixel_transfer_delegate_idle.cc ('k') | ui/gl/safe_shared_memory_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698