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

Unified Diff: base/win/iat_patch_function.cc

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/win/iat_patch_function.h ('k') | base/win/scoped_com_initializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « base/win/iat_patch_function.h ('k') | base/win/scoped_com_initializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698