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

Unified Diff: chrome/browser/win/enumerate_modules_model.cc

Issue 2098713003: Moved a bunch of win-specific files to the new win folder in chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
Index: chrome/browser/win/enumerate_modules_model.cc
diff --git a/chrome/browser/enumerate_modules_model_win.cc b/chrome/browser/win/enumerate_modules_model.cc
similarity index 99%
rename from chrome/browser/enumerate_modules_model_win.cc
rename to chrome/browser/win/enumerate_modules_model.cc
index e21f6d3622b45b5a541f7f0515b8562741eb2de6..d3c03da91931d3072790cbf8130853f6b60f7654 100644
--- a/chrome/browser/enumerate_modules_model_win.cc
+++ b/chrome/browser/win/enumerate_modules_model.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 "chrome/browser/enumerate_modules_model_win.h"
+#include "chrome/browser/win/enumerate_modules_model.h"
#include <Tlhelp32.h>
#include <stddef.h>
« no previous file with comments | « chrome/browser/win/enumerate_modules_model.h ('k') | chrome/browser/win/enumerate_modules_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698