diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/extensions/extension.h | 2 | ||||
-rw-r--r-- | chrome/browser/history/expire_history_backend_unittest.cc | 2 | ||||
-rw-r--r-- | chrome/browser/history/thumbnail_database_unittest.cc | 2 | ||||
-rw-r--r-- | chrome/browser/icon_manager.cc | 4 | ||||
-rw-r--r-- | chrome/browser/views/theme_helpers.cc | 2 | ||||
-rw-r--r-- | chrome/browser/views/theme_helpers.h | 2 | ||||
-rw-r--r-- | chrome/common/ipc_message_unittest.cc | 3 | ||||
-rw-r--r-- | chrome/common/ipc_message_utils.cc | 2 | ||||
-rw-r--r-- | chrome/common/security_filter_peer.cc | 5 | ||||
-rw-r--r-- | chrome/renderer/renderer_glue.cc | 2 | ||||
-rw-r--r-- | chrome/tools/profiles/generate_profile.cc | 2 |
11 files changed, 13 insertions, 15 deletions
diff --git a/chrome/browser/extensions/extension.h b/chrome/browser/extensions/extension.h index 8f5ec9f..f944142 100644 --- a/chrome/browser/extensions/extension.h +++ b/chrome/browser/extensions/extension.h @@ -18,7 +18,7 @@ #include "chrome/common/extensions/url_pattern.h" #include "chrome/common/page_action.h" #include "googleurl/src/gurl.h" -#include "SkColor.h" +#include "third_party/skia/include/core/SkColor.h" // Represents a Chromium extension. class Extension { diff --git a/chrome/browser/history/expire_history_backend_unittest.cc b/chrome/browser/history/expire_history_backend_unittest.cc index 19c26a7..56df4f2 100644 --- a/chrome/browser/history/expire_history_backend_unittest.cc +++ b/chrome/browser/history/expire_history_backend_unittest.cc @@ -19,7 +19,7 @@ #include "chrome/common/thumbnail_score.h" #include "chrome/tools/profiles/thumbnail-inl.h" #include "testing/gtest/include/gtest/gtest.h" -#include "SkBitmap.h" +#include "third_party/skia/include/core/SkBitmap.h" using base::Time; using base::TimeDelta; diff --git a/chrome/browser/history/thumbnail_database_unittest.cc b/chrome/browser/history/thumbnail_database_unittest.cc index 620bd08..d6a93ff 100644 --- a/chrome/browser/history/thumbnail_database_unittest.cc +++ b/chrome/browser/history/thumbnail_database_unittest.cc @@ -13,7 +13,7 @@ #include "chrome/tools/profiles/thumbnail-inl.h" #include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" -#include "SkBitmap.h" +#include "third_party/skia/include/core/SkBitmap.h" using base::Time; using base::TimeDelta; diff --git a/chrome/browser/icon_manager.cc b/chrome/browser/icon_manager.cc index f2a0cef..98ff322 100644 --- a/chrome/browser/icon_manager.cc +++ b/chrome/browser/icon_manager.cc @@ -7,8 +7,8 @@ #include "base/file_util.h" #include "base/scoped_ptr.h" #include "base/stl_util-inl.h" -#include "SkBitmap.h" -#include "SkCanvas.h" +#include "third_party/skia/include/core/SkBitmap.h" +#include "third_party/skia/include/core/SkCanvas.h" IconManager::IconManager() { } diff --git a/chrome/browser/views/theme_helpers.cc b/chrome/browser/views/theme_helpers.cc index 46b6172..7d4375d 100644 --- a/chrome/browser/views/theme_helpers.cc +++ b/chrome/browser/views/theme_helpers.cc @@ -11,7 +11,7 @@ #include "app/gfx/canvas.h" #include "base/logging.h" #include "skia/ext/bitmap_platform_device_win.h" -#include "SkGradientShader.h" +#include "third_party/skia/include/effects/SkGradientShader.h" void GetRebarGradientColors(int width, int x1, int x2, SkColor* c1, SkColor* c2) { diff --git a/chrome/browser/views/theme_helpers.h b/chrome/browser/views/theme_helpers.h index 679b878..6dad30c 100644 --- a/chrome/browser/views/theme_helpers.h +++ b/chrome/browser/views/theme_helpers.h @@ -7,7 +7,7 @@ #include <windows.h> -#include "SkColor.h" +#include "third_party/skia/include/core/SkColor.h" // Get the colors at two points on a Rebar background gradient. This is for // drawing Rebar like backgrounds in Views. The reason not to just use diff --git a/chrome/common/ipc_message_unittest.cc b/chrome/common/ipc_message_unittest.cc index a2980de..2c6c48d5 100644 --- a/chrome/common/ipc_message_unittest.cc +++ b/chrome/common/ipc_message_unittest.cc @@ -9,8 +9,7 @@ #include "base/scoped_ptr.h" #include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" - -#include "SkBitmap.h" +#include "third_party/skia/include/core/SkBitmap.h" // Tests that serialize/deserialize correctly understand each other TEST(IPCMessageTest, Serialize) { diff --git a/chrome/common/ipc_message_utils.cc b/chrome/common/ipc_message_utils.cc index c14c4a8..3b5fd76 100644 --- a/chrome/common/ipc_message_utils.cc +++ b/chrome/common/ipc_message_utils.cc @@ -7,7 +7,7 @@ #include "base/gfx/rect.h" #include "googleurl/src/gurl.h" #ifndef EXCLUDE_SKIA_DEPENDENCIES -#include "SkBitmap.h" +#include "third_party/skia/include/core/SkBitmap.h" #endif #include "webkit/glue/dom_operations.h" diff --git a/chrome/common/security_filter_peer.cc b/chrome/common/security_filter_peer.cc index fbd6c51..f76031f 100644 --- a/chrome/common/security_filter_peer.cc +++ b/chrome/common/security_filter_peer.cc @@ -13,11 +13,10 @@ #include "grit/renderer_resources.h" #include "net/base/net_errors.h" #include "net/http/http_response_headers.h" -#include "third_party/skia/include/core/SkBitmap.h" #include "third_party/skia/include/core/SkCanvas.h" +#include "third_party/skia/include/core/SkBitmap.h" +#include "third_party/skia/include/core/SkDevice.h" #include "webkit/glue/webkit_glue.h" -#include "SkDevice.h" - SecurityFilterPeer::SecurityFilterPeer( webkit_glue::ResourceLoaderBridge* resource_loader_bridge, diff --git a/chrome/renderer/renderer_glue.cc b/chrome/renderer/renderer_glue.cc index 73d91ff..d0925a22 100644 --- a/chrome/renderer/renderer_glue.cc +++ b/chrome/renderer/renderer_glue.cc @@ -25,6 +25,7 @@ #include "chrome/renderer/render_process.h" #include "chrome/renderer/render_thread.h" #include "googleurl/src/url_util.h" +#include "third_party/skia/include/core/SkBitmap.h" #include "webkit/api/public/WebKit.h" #include "webkit/api/public/WebKitClient.h" #include "webkit/api/public/WebString.h" @@ -32,7 +33,6 @@ #include "webkit/glue/webframe.h" #include "webkit/glue/webkit_glue.h" -#include "SkBitmap.h" #if defined(OS_WIN) #include <strsafe.h> // note: per msdn docs, this must *follow* other includes diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc index bd75b31..ad5f1b4 100644 --- a/chrome/tools/profiles/generate_profile.cc +++ b/chrome/tools/profiles/generate_profile.cc @@ -18,7 +18,7 @@ #include "base/time.h" #include "chrome/browser/history/history.h" #include "chrome/common/thumbnail_score.h" -#include "SkBitmap.h" +#include "third_party/skia/include/core/SkBitmap.h" using base::Time; |