| 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"
|
|
|