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

Unified Diff: ui/base/dialogs/selected_file_info.h

Issue 10669023: Start consolidating non-port specific code to ui/base/dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clenaup Created 8 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
« no previous file with comments | « ui/base/dialogs/base_shell_dialog.h ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/base/dialogs/base_shell_dialog.h ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698