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

Unified Diff: chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc

Issue 10337010: Revert r123782. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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 | « chrome/browser/ui/gtk/bubble/bubble_gtk.cc ('k') | chrome/browser/ui/gtk/chrome_to_mobile_bubble_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc
diff --git a/chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc b/chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc
index c9993c5fbd34806a2e2871138c2555b0169eb529..ecdb5416fe86b06f33905eaa4663bbe0a2323da1 100644
--- a/chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc
+++ b/chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc
@@ -9,8 +9,8 @@
#include "chrome/browser/ui/browser_window.h"
#include "chrome/browser/ui/gtk/browser_window_gtk.h"
#include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
+#include "chrome/browser/ui/gtk/gtk_theme_service.h"
#include "chrome/browser/ui/gtk/gtk_util.h"
-#include "chrome/browser/ui/gtk/theme_service_gtk.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "ui/base/gtk/gtk_hig_constants.h"
@@ -72,7 +72,7 @@ IN_PROC_BROWSER_TEST_F(BubbleGtkTest, ArrowLocation) {
};
GtkWidget* anchor = GetNativeBrowserWindow();
- ThemeServiceGtk* theme_service = ThemeServiceGtk::GetFrom(GetProfile());
+ GtkThemeService* theme_service = GtkThemeService::GetFrom(GetProfile());
for (size_t i = 0; i < ARRAYSIZE_UNSAFE(points); ++i) {
for (size_t j = 0; j < arraysize(kPreferredLocations); ++j) {
static const char kText[] =
@@ -112,7 +112,7 @@ IN_PROC_BROWSER_TEST_F(BubbleGtkTest, NoArrow) {
};
GtkWidget* anchor = GetNativeBrowserWindow();
- ThemeServiceGtk* theme_service = ThemeServiceGtk::GetFrom(GetProfile());
+ GtkThemeService* theme_service = GtkThemeService::GetFrom(GetProfile());
for (size_t i = 0; i < ARRAYSIZE_UNSAFE(points); ++i) {
for (size_t j = 0; j < arraysize(kPreferredLocations); ++j) {
static const char kText[] =
« no previous file with comments | « chrome/browser/ui/gtk/bubble/bubble_gtk.cc ('k') | chrome/browser/ui/gtk/chrome_to_mobile_bubble_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698