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

Unified Diff: chrome/browser/win/chrome_select_file_dialog_factory.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/chrome_select_file_dialog_factory.cc
diff --git a/chrome/browser/chrome_select_file_dialog_factory_win.cc b/chrome/browser/win/chrome_select_file_dialog_factory.cc
similarity index 99%
rename from chrome/browser/chrome_select_file_dialog_factory_win.cc
rename to chrome/browser/win/chrome_select_file_dialog_factory.cc
index 806a959332d4a58fd4e89693577ee33ea1b799ff..9a985ae6404e2ad4cf5d522d1a584103bd370092 100644
--- a/chrome/browser/chrome_select_file_dialog_factory_win.cc
+++ b/chrome/browser/win/chrome_select_file_dialog_factory.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/chrome_select_file_dialog_factory_win.h"
+#include "chrome/browser/win/chrome_select_file_dialog_factory.h"
#include <Windows.h>
#include <commdlg.h>
« no previous file with comments | « chrome/browser/win/chrome_select_file_dialog_factory.h ('k') | chrome/browser/win/enumerate_modules_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698