summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-14 23:30:59 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-14 23:30:59 +0000
commite0fc2f1f81f13440af3bb4cf5e56a031f91fc163 (patch)
treec84d3625eac633ea78d68688ecd74e2d0a158334 /chrome/common
parent98af9aca7168f061bfaae5cd4f4eb3f7de4e70e7 (diff)
downloadchromium_src-e0fc2f1f81f13440af3bb4cf5e56a031f91fc163.zip
chromium_src-e0fc2f1f81f13440af3bb4cf5e56a031f91fc163.tar.gz
chromium_src-e0fc2f1f81f13440af3bb4cf5e56a031f91fc163.tar.bz2
Move base/gfx contents to gfx/
TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41559 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/accelerated_surface_mac.cc2
-rw-r--r--chrome/common/common_param_traits.cc2
-rw-r--r--chrome/common/extensions/extension_action.cc2
-rw-r--r--chrome/common/gpu_messages.h4
-rw-r--r--chrome/common/plugin_messages.h2
-rw-r--r--chrome/common/render_messages_internal.h4
-rw-r--r--chrome/common/security_filter_peer.cc2
-rw-r--r--chrome/common/transport_dib_linux.cc2
-rw-r--r--chrome/common/x11_util.cc2
-rw-r--r--chrome/common/x11_util.h2
10 files changed, 12 insertions, 12 deletions
diff --git a/chrome/common/accelerated_surface_mac.cc b/chrome/common/accelerated_surface_mac.cc
index d12ecb6..0e74428 100644
--- a/chrome/common/accelerated_surface_mac.cc
+++ b/chrome/common/accelerated_surface_mac.cc
@@ -4,9 +4,9 @@
#include "chrome/common/accelerated_surface_mac.h"
-#include "base/gfx/rect.h"
#include "base/logging.h"
#include "chrome/common/io_surface_support_mac.h"
+#include "gfx/rect.h"
AcceleratedSurface::AcceleratedSurface()
: gl_context_(NULL),
diff --git a/chrome/common/common_param_traits.cc b/chrome/common/common_param_traits.cc
index d767aef..7cb9c8a 100644
--- a/chrome/common/common_param_traits.cc
+++ b/chrome/common/common_param_traits.cc
@@ -4,8 +4,8 @@
#include "chrome/common/common_param_traits.h"
-#include "base/gfx/rect.h"
#include "chrome/common/chrome_constants.h"
+#include "gfx/rect.h"
#include "googleurl/src/gurl.h"
#ifndef EXCLUDE_SKIA_DEPENDENCIES
#include "third_party/skia/include/core/SkBitmap.h"
diff --git a/chrome/common/extensions/extension_action.cc b/chrome/common/extensions/extension_action.cc
index 963c4b96..b40d6fb 100644
--- a/chrome/common/extensions/extension_action.cc
+++ b/chrome/common/extensions/extension_action.cc
@@ -9,9 +9,9 @@
#include "app/gfx/canvas.h"
#include "app/gfx/font.h"
#include "app/resource_bundle.h"
-#include "base/gfx/rect.h"
#include "base/utf_string_conversions.h"
#include "chrome/app/chrome_dll_resource.h"
+#include "gfx/rect.h"
#include "grit/app_resources.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/skia/include/core/SkTypeface.h"
diff --git a/chrome/common/gpu_messages.h b/chrome/common/gpu_messages.h
index 1bf9bac..4553bdc 100644
--- a/chrome/common/gpu_messages.h
+++ b/chrome/common/gpu_messages.h
@@ -10,11 +10,11 @@
#include "app/gfx/native_widget_types.h"
#include "base/basictypes.h"
#include "base/process.h"
-#include "base/gfx/rect.h"
-#include "base/gfx/size.h"
#include "chrome/common/common_param_traits.h"
#include "chrome/common/gpu_native_window_handle.h"
#include "chrome/common/transport_dib.h"
+#include "gfx/rect.h"
+#include "gfx/size.h"
#include "gpu/command_buffer/common/command_buffer.h"
namespace IPC {
diff --git a/chrome/common/plugin_messages.h b/chrome/common/plugin_messages.h
index b195f5c..ba46044 100644
--- a/chrome/common/plugin_messages.h
+++ b/chrome/common/plugin_messages.h
@@ -14,10 +14,10 @@
#include <vector>
#include "app/gfx/native_widget_types.h"
-#include "base/gfx/rect.h"
#include "base/basictypes.h"
#include "chrome/common/common_param_traits.h"
#include "chrome/common/webkit_param_traits.h"
+#include "gfx/rect.h"
#include "googleurl/src/gurl.h"
#include "ipc/ipc_message_utils.h"
#include "third_party/npapi/bindings/npapi.h"
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 7d126dc..6b5ff3c 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -14,7 +14,6 @@
#include "base/file_path.h"
#include "base/nullable_string16.h"
-#include "base/gfx/rect.h"
#include "base/sync_socket.h"
#include "base/values.h"
#include "chrome/common/content_settings.h"
@@ -23,6 +22,7 @@
#include "chrome/common/nacl_types.h"
#include "chrome/common/notification_type.h"
#include "chrome/common/page_zoom.h"
+#include "gfx/rect.h"
#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_message.h"
#include "ipc/ipc_message_macros.h"
@@ -951,7 +951,7 @@ IPC_BEGIN_MESSAGES(View)
// incognito mode.
IPC_MESSAGE_CONTROL1(ViewMsg_SetIsIncognitoProcess,
bool /* is_incognito_processs */)
-
+
IPC_END_MESSAGES(View)
diff --git a/chrome/common/security_filter_peer.cc b/chrome/common/security_filter_peer.cc
index 02f0042..5b48dab 100644
--- a/chrome/common/security_filter_peer.cc
+++ b/chrome/common/security_filter_peer.cc
@@ -7,8 +7,8 @@
#include "app/gfx/codec/png_codec.h"
#include "app/l10n_util.h"
#include "app/resource_bundle.h"
-#include "base/gfx/size.h"
#include "base/string_util.h"
+#include "gfx/size.h"
#include "grit/generated_resources.h"
#include "grit/renderer_resources.h"
#include "net/base/net_errors.h"
diff --git a/chrome/common/transport_dib_linux.cc b/chrome/common/transport_dib_linux.cc
index d3ffe69..9b153af 100644
--- a/chrome/common/transport_dib_linux.cc
+++ b/chrome/common/transport_dib_linux.cc
@@ -7,10 +7,10 @@
#include <sys/ipc.h>
#include <sys/shm.h>
-#include "base/gfx/size.h"
#include "base/logging.h"
#include "chrome/common/transport_dib.h"
#include "chrome/common/x11_util.h"
+#include "gfx/size.h"
#include "skia/ext/platform_canvas.h"
// The shmat system call uses this as it's invalid return address
diff --git a/chrome/common/x11_util.cc b/chrome/common/x11_util.cc
index 27eb2d4..8d052c6 100644
--- a/chrome/common/x11_util.cc
+++ b/chrome/common/x11_util.cc
@@ -20,9 +20,9 @@
#include "base/command_line.h"
#include "base/logging.h"
-#include "base/gfx/size.h"
#include "base/thread.h"
#include "chrome/common/x11_util_internal.h"
+#include "gfx/size.h"
namespace x11_util {
diff --git a/chrome/common/x11_util.h b/chrome/common/x11_util.h
index 02285f4..2ee111c 100644
--- a/chrome/common/x11_util.h
+++ b/chrome/common/x11_util.h
@@ -14,8 +14,8 @@
#include <string>
#include <vector>
-#include "base/gfx/rect.h"
#include "base/task.h"
+#include "gfx/rect.h"
typedef struct _GdkDrawable GdkWindow;
typedef struct _GtkWidget GtkWidget;