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

Unified Diff: base/memory/shared_memory_win.cc

Issue 13044024: Move shared_memory into base/memory subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « base/memory/shared_memory_unittest.cc ('k') | base/shared_memory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/shared_memory_win.cc
diff --git a/base/shared_memory_win.cc b/base/memory/shared_memory_win.cc
similarity index 99%
rename from base/shared_memory_win.cc
rename to base/memory/shared_memory_win.cc
index defad6e1cab847acf316a1c103566ea8b6e103dd..ca0d00f96466185e0ec0bc8e24297a8b10bebe70 100644
--- a/base/shared_memory_win.cc
+++ b/base/memory/shared_memory_win.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/shared_memory.h"
+#include "base/memory/shared_memory.h"
#include "base/logging.h"
#include "base/utf_string_conversions.h"
« no previous file with comments | « base/memory/shared_memory_unittest.cc ('k') | base/shared_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698