diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/common_param_traits.h | 2 | ||||
-rw-r--r-- | chrome/common/gpu_messages.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 | 2 | ||||
-rw-r--r-- | chrome/common/plugin_messages_internal.h | 2 | ||||
-rw-r--r-- | chrome/common/render_messages.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/chrome/common/common_param_traits.h b/chrome/common/common_param_traits.h index 72b92c8..87270be 100644 --- a/chrome/common/common_param_traits.h +++ b/chrome/common/common_param_traits.h @@ -13,12 +13,12 @@ #include <vector> -#include "app/gfx/native_widget_types.h" #include "chrome/common/content_settings.h" #include "chrome/common/geoposition.h" #include "chrome/common/page_zoom.h" #include "chrome/common/thumbnail_score.h" #include "chrome/common/transport_dib.h" +#include "gfx/native_widget_types.h" #include "ipc/ipc_message_utils.h" #include "net/base/upload_data.h" #include "net/url_request/url_request_status.h" diff --git a/chrome/common/gpu_messages.h b/chrome/common/gpu_messages.h index 4553bdc..0e101fb 100644 --- a/chrome/common/gpu_messages.h +++ b/chrome/common/gpu_messages.h @@ -7,12 +7,12 @@ #include <vector> -#include "app/gfx/native_widget_types.h" #include "base/basictypes.h" #include "base/process.h" #include "chrome/common/common_param_traits.h" #include "chrome/common/gpu_native_window_handle.h" #include "chrome/common/transport_dib.h" +#include "gfx/native_widget_types.h" #include "gfx/rect.h" #include "gfx/size.h" #include "gpu/command_buffer/common/command_buffer.h" diff --git a/chrome/common/native_window_notification_source.h b/chrome/common/native_window_notification_source.h index 7db1ec8..4cc75b8 100644 --- a/chrome/common/native_window_notification_source.h +++ b/chrome/common/native_window_notification_source.h @@ -5,8 +5,8 @@ #ifndef CHROME_COMMON_NATIVE_WINDOW_NOTIFICATION_SOURCE_H_ #define CHROME_COMMON_NATIVE_WINDOW_NOTIFICATION_SOURCE_H_ -#include "app/gfx/native_widget_types.h" #include "chrome/common/notification_source.h" +#include "gfx/native_widget_types.h" // Specialization of the Source class for native windows. On Windows, these are // HWNDs rather than pointers, and since the Source class expects a pointer diff --git a/chrome/common/platform_util.h b/chrome/common/platform_util.h index a2f5d31..f747de2 100644 --- a/chrome/common/platform_util.h +++ b/chrome/common/platform_util.h @@ -5,8 +5,8 @@ #ifndef CHROME_COMMON_PLATFORM_UTIL_H_ #define CHROME_COMMON_PLATFORM_UTIL_H_ -#include "app/gfx/native_widget_types.h" #include "base/string16.h" +#include "gfx/native_widget_types.h" class FilePath; class GURL; diff --git a/chrome/common/platform_util_win.cc b/chrome/common/platform_util_win.cc index 9313a51..73311f8 100644 --- a/chrome/common/platform_util_win.cc +++ b/chrome/common/platform_util_win.cc @@ -9,7 +9,6 @@ #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" @@ -19,6 +18,7 @@ #include "base/string_util.h" #include "chrome/installer/util/google_update_settings.h" #include "chrome/installer/util/google_update_constants.h" +#include "gfx/native_widget_types.h" #include "googleurl/src/gurl.h" namespace platform_util { diff --git a/chrome/common/plugin_messages.h b/chrome/common/plugin_messages.h index ba46044..bfee6c3 100644 --- a/chrome/common/plugin_messages.h +++ b/chrome/common/plugin_messages.h @@ -13,10 +13,10 @@ #include <string> #include <vector> -#include "app/gfx/native_widget_types.h" #include "base/basictypes.h" #include "chrome/common/common_param_traits.h" #include "chrome/common/webkit_param_traits.h" +#include "gfx/native_widget_types.h" #include "gfx/rect.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_message_utils.h" diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index 6fddb92..b691f5a 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "app/gfx/native_widget_types.h" #include "base/shared_memory.h" #include "build/build_config.h" +#include "gfx/native_widget_types.h" #include "ipc/ipc_message_macros.h" #include "webkit/glue/webcursor.h" diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index eae961a..533ac30 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -10,7 +10,6 @@ #include <vector> #include "app/clipboard/clipboard.h" -#include "app/gfx/native_widget_types.h" #include "base/basictypes.h" #include "base/platform_file.h" #include "base/ref_counted.h" @@ -29,6 +28,7 @@ #include "chrome/common/transport_dib.h" #include "chrome/common/view_types.h" #include "chrome/common/webkit_param_traits.h" +#include "gfx/native_widget_types.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_message_utils.h" #include "ipc/ipc_platform_file.h" |