Index: ui/base/dialogs/selected_file_info.h |
diff --git a/content/public/common/selected_file_info.h b/ui/base/dialogs/selected_file_info.h |
similarity index 77% |
rename from content/public/common/selected_file_info.h |
rename to ui/base/dialogs/selected_file_info.h |
index 124a22ba8a0297a983e5a08e07b7bd230b98a12d..fb6947cf9491862fbe66b2f7ebbbd4aded5e0ea4 100644 |
--- a/content/public/common/selected_file_info.h |
+++ b/ui/base/dialogs/selected_file_info.h |
@@ -2,20 +2,20 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CONTENT_PUBLIC_COMMON_SELECTED_FILE_INFO_H_ |
-#define CONTENT_PUBLIC_COMMON_SELECTED_FILE_INFO_H_ |
+#ifndef UI_BASE_DIALOGS_SELECTED_FILE_INFO_H_ |
+#define UI_BASE_DIALOGS_SELECTED_FILE_INFO_H_ |
#pragma once |
#include <vector> |
#include "base/file_path.h" |
#include "base/string16.h" |
-#include "content/common/content_export.h" |
+#include "ui/base/ui_export.h" |
-namespace content { |
+namespace ui { |
// Struct used for passing selected file info to WebKit. |
-struct CONTENT_EXPORT SelectedFileInfo { |
+struct UI_EXPORT SelectedFileInfo { |
// The real path to the selected file. This can be a snapshot file with a |
// human unreadable name like /blah/.d41d8cd98f00b204e9800998ecf8427e. |
FilePath path; |
@@ -34,6 +34,6 @@ struct CONTENT_EXPORT SelectedFileInfo { |
} |
}; |
-} // namespace content |
+} // namespace ui |
-#endif // CONTENT_PUBLIC_COMMON_SELECTED_FILE_INFO_H_ |
+#endif // UI_BASE_DIALOGS_SELECTED_FILE_INFO_H_ |