| Index: base/win/iat_patch_function.cc
|
| diff --git a/app/win/iat_patch_function.cc b/base/win/iat_patch_function.cc
|
| similarity index 99%
|
| rename from app/win/iat_patch_function.cc
|
| rename to base/win/iat_patch_function.cc
|
| index 9abd6f22f56a5ba5c0fe91a44464a59359d758db..a4a89028b870f34aa089951009ce06c6ac6f426c 100644
|
| --- a/app/win/iat_patch_function.cc
|
| +++ b/base/win/iat_patch_function.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "app/win/iat_patch_function.h"
|
| +#include "base/win/iat_patch_function.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/win/pe_image.h"
|
|
|
| -namespace app {
|
| +namespace base {
|
| namespace win {
|
|
|
| namespace {
|
| @@ -275,4 +275,4 @@ DWORD IATPatchFunction::Unpatch() {
|
| }
|
|
|
| } // namespace win
|
| -} // namespace app
|
| +} // namespace base
|
|
|