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

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

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.h
diff --git a/chrome/browser/enumerate_modules_model_win.h b/chrome/browser/win/enumerate_modules_model.h
similarity index 98%
rename from chrome/browser/enumerate_modules_model_win.h
rename to chrome/browser/win/enumerate_modules_model.h
index d40a81e7d67f09cbd07ff338f5294b04c8f869fa..f8fef93f9c440c91c16c1687dc25299ea7aa4baa 100644
--- a/chrome/browser/enumerate_modules_model_win.h
+++ b/chrome/browser/win/enumerate_modules_model.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_ENUMERATE_MODULES_MODEL_WIN_H_
-#define CHROME_BROWSER_ENUMERATE_MODULES_MODEL_WIN_H_
+#ifndef CHROME_BROWSER_WIN_ENUMERATE_MODULES_MODEL_H_
+#define CHROME_BROWSER_WIN_ENUMERATE_MODULES_MODEL_H_
#include <utility>
#include <vector>
@@ -363,4 +363,4 @@ class EnumerateModulesModel {
DISALLOW_COPY_AND_ASSIGN(EnumerateModulesModel);
};
-#endif // CHROME_BROWSER_ENUMERATE_MODULES_MODEL_WIN_H_
+#endif // CHROME_BROWSER_WIN_ENUMERATE_MODULES_MODEL_H_
« no previous file with comments | « chrome/browser/win/chrome_select_file_dialog_factory.cc ('k') | chrome/browser/win/enumerate_modules_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698