| Index: base/win/iat_patch_function.h
|
| diff --git a/app/win/iat_patch_function.h b/base/win/iat_patch_function.h
|
| similarity index 90%
|
| rename from app/win/iat_patch_function.h
|
| rename to base/win/iat_patch_function.h
|
| index 4a2aa0c69b25b5c5b7047797b755bbabab541d91..16e7bb0ea0bd3e125472fd48cdbdff2d40a468e1 100644
|
| --- a/app/win/iat_patch_function.h
|
| +++ b/base/win/iat_patch_function.h
|
| @@ -1,16 +1,16 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef APP_WIN_IAT_PATCH_FUNCTION_H_
|
| -#define APP_WIN_IAT_PATCH_FUNCTION_H_
|
| +#ifndef BASE_WIN_IAT_PATCH_FUNCTION_H_
|
| +#define BASE_WIN_IAT_PATCH_FUNCTION_H_
|
| #pragma once
|
|
|
| #include <windows.h>
|
|
|
| #include "base/basictypes.h"
|
|
|
| -namespace app {
|
| +namespace base {
|
| namespace win {
|
|
|
| // A class that encapsulates Import Address Table patching helpers and restores
|
| @@ -67,6 +67,6 @@ class IATPatchFunction {
|
| };
|
|
|
| } // namespace win
|
| -} // namespace app
|
| +} // namespace base
|
|
|
| -#endif // APP_WIN_IAT_PATCH_FUNCTION_H_
|
| +#endif // BASE_WIN_IAT_PATCH_FUNCTION_H_
|
|
|