diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-11 20:21:32 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-11 20:21:32 +0000 |
commit | 010ea08a647dfdc4c75aaab2fca65128f50f2379 (patch) | |
tree | 6cd61817ffebd7d50fa55e5654dd967a3c69617e /chrome/common | |
parent | b44dbd15aeb4dbe7a5be36f7f5c55e6cddf0bac9 (diff) | |
download | chromium_src-010ea08a647dfdc4c75aaab2fca65128f50f2379.zip chromium_src-010ea08a647dfdc4c75aaab2fca65128f50f2379.tar.gz chromium_src-010ea08a647dfdc4c75aaab2fca65128f50f2379.tar.bz2 |
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
app/gfx in preparation for removing the base_gfx project. This also moves
base/window_impl.cc to app/win/window_impl because this file shouldn't be in
base.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/273017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28691 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/common_param_traits.h | 2 | ||||
-rw-r--r-- | chrome/common/native_window_notification_source.h | 2 | ||||
-rw-r--r-- | chrome/common/platform_util.h | 2 | ||||
-rw-r--r-- | chrome/common/platform_util_win.cc | 2 | ||||
-rw-r--r-- | chrome/common/plugin_messages.h | 8 | ||||
-rw-r--r-- | chrome/common/plugin_messages_internal.h | 2 | ||||
-rw-r--r-- | chrome/common/render_messages.h | 2 | ||||
-rw-r--r-- | chrome/common/render_messages_internal.h | 2 | ||||
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 2 |
9 files changed, 12 insertions, 12 deletions
diff --git a/chrome/common/common_param_traits.h b/chrome/common/common_param_traits.h index 3af3904..3535989 100644 --- a/chrome/common/common_param_traits.h +++ b/chrome/common/common_param_traits.h @@ -13,7 +13,7 @@ #include <vector> -#include "base/gfx/native_widget_types.h" +#include "app/gfx/native_widget_types.h" #include "chrome/common/thumbnail_score.h" #include "chrome/common/transport_dib.h" #include "ipc/ipc_message_utils.h" diff --git a/chrome/common/native_window_notification_source.h b/chrome/common/native_window_notification_source.h index 1cb270d..7db1ec8 100644 --- a/chrome/common/native_window_notification_source.h +++ b/chrome/common/native_window_notification_source.h @@ -5,7 +5,7 @@ #ifndef CHROME_COMMON_NATIVE_WINDOW_NOTIFICATION_SOURCE_H_ #define CHROME_COMMON_NATIVE_WINDOW_NOTIFICATION_SOURCE_H_ -#include "base/gfx/native_widget_types.h" +#include "app/gfx/native_widget_types.h" #include "chrome/common/notification_source.h" // Specialization of the Source class for native windows. On Windows, these are diff --git a/chrome/common/platform_util.h b/chrome/common/platform_util.h index cb3c5e0..2aa90cb 100644 --- a/chrome/common/platform_util.h +++ b/chrome/common/platform_util.h @@ -5,7 +5,7 @@ #ifndef CHROME_COMMON_PLATFORM_UTIL_H_ #define CHROME_COMMON_PLATFORM_UTIL_H_ -#include "base/gfx/native_widget_types.h" +#include "app/gfx/native_widget_types.h" #include "base/string16.h" class FilePath; diff --git a/chrome/common/platform_util_win.cc b/chrome/common/platform_util_win.cc index 68cc839..63a4b23 100644 --- a/chrome/common/platform_util_win.cc +++ b/chrome/common/platform_util_win.cc @@ -9,10 +9,10 @@ #include <shellapi.h> #include <shlobj.h> +#include "app/gfx/native_widget_types.h" #include "app/win_util.h" #include "base/file_path.h" #include "base/file_util.h" -#include "base/gfx/native_widget_types.h" #include "base/logging.h" #include "base/registry.h" #include "base/scoped_comptr_win.h" diff --git a/chrome/common/plugin_messages.h b/chrome/common/plugin_messages.h index d507882..60984d0 100644 --- a/chrome/common/plugin_messages.h +++ b/chrome/common/plugin_messages.h @@ -7,13 +7,13 @@ // // See render_message* for information about the multi-pass include of headers. -#ifndef CHROME_COMMON_PLUGIN_MESSAGES_H__ -#define CHROME_COMMON_PLUGIN_MESSAGES_H__ +#ifndef CHROME_COMMON_PLUGIN_MESSAGES_H_ +#define CHROME_COMMON_PLUGIN_MESSAGES_H_ #include <string> #include <vector> -#include "base/gfx/native_widget_types.h" +#include "app/gfx/native_widget_types.h" #include "base/gfx/rect.h" #include "base/basictypes.h" #include "chrome/common/common_param_traits.h" @@ -440,4 +440,4 @@ struct ParamTraits<PluginMsg_UpdateGeometry_Param> { #define MESSAGES_INTERNAL_FILE "chrome/common/plugin_messages_internal.h" #include "ipc/ipc_message_macros.h" -#endif // CHROME_COMMON_PLUGIN_MESSAGES_H__ +#endif // CHROME_COMMON_PLUGIN_MESSAGES_H_ diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index 6301e68..cd44d21 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -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 "base/gfx/native_widget_types.h" +#include "app/gfx/native_widget_types.h" #include "base/shared_memory.h" #include "build/build_config.h" #include "ipc/ipc_message_macros.h" diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index 59dc1ac..3b49083 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -10,8 +10,8 @@ #include <map> #include "app/clipboard/clipboard.h" +#include "app/gfx/native_widget_types.h" #include "base/basictypes.h" -#include "base/gfx/native_widget_types.h" #include "base/ref_counted.h" #include "base/shared_memory.h" #include "chrome/browser/renderer_host/resource_handler.h" diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index 7fff1dd..2758c95 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -13,11 +13,11 @@ #include "build/build_config.h" #include "app/clipboard/clipboard.h" +#include "app/gfx/native_widget_types.h" #include "base/file_path.h" #include "base/nullable_string16.h" #include "base/platform_file.h" #include "base/gfx/rect.h" -#include "base/gfx/native_widget_types.h" #include "base/shared_memory.h" #include "base/values.h" #include "chrome/common/css_colors.h" diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index 6f186ff..2971ddd 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -19,7 +19,7 @@ #if !defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX) // For download_util::DragDownload -#include "base/gfx/native_widget_types.h" +#include "app/gfx/native_widget_types.h" #include "third_party/skia/include/core/SkBitmap.h" #endif |