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

Unified Diff: base/win/iat_patch_function.h

Issue 7231016: Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: brettw review Created 9 years, 6 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/base.gypi ('k') | base/win/iat_patch_function.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « base/base.gypi ('k') | base/win/iat_patch_function.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698