| Index: chrome/browser/win/chrome_select_file_dialog_factory.h
|
| diff --git a/chrome/browser/chrome_select_file_dialog_factory_win.h b/chrome/browser/win/chrome_select_file_dialog_factory.h
|
| similarity index 87%
|
| rename from chrome/browser/chrome_select_file_dialog_factory_win.h
|
| rename to chrome/browser/win/chrome_select_file_dialog_factory.h
|
| index 6dd9fe76cffda78f307161dacbe071ee1243e7cd..b1d8745f19e9d7f212d91086f3a379a270125e1e 100644
|
| --- a/chrome/browser/chrome_select_file_dialog_factory_win.h
|
| +++ b/chrome/browser/win/chrome_select_file_dialog_factory.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_CHROME_SELECT_FILE_DIALOG_FACTORY_WIN_H_
|
| -#define CHROME_BROWSER_CHROME_SELECT_FILE_DIALOG_FACTORY_WIN_H_
|
| +#ifndef CHROME_BROWSER_WIN_CHROME_SELECT_FILE_DIALOG_FACTORY_H_
|
| +#define CHROME_BROWSER_WIN_CHROME_SELECT_FILE_DIALOG_FACTORY_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| @@ -35,4 +35,4 @@ class ChromeSelectFileDialogFactory : public ui::SelectFileDialogFactory {
|
| DISALLOW_COPY_AND_ASSIGN(ChromeSelectFileDialogFactory);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_CHROME_SELECT_FILE_DIALOG_FACTORY_WIN_H_
|
| +#endif // CHROME_BROWSER_WIN_CHROME_SELECT_FILE_DIALOG_FACTORY_H_
|
|
|