summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/notification_test_util.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 18:18:03 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 18:18:03 +0000
commitc665eb327f8f3486c454a95782ffdad4e79fde2c (patch)
tree01d2156127a92605a95e7d63e63f718979aa0151 /chrome/browser/notifications/notification_test_util.h
parent938e1f9ec9e6e1d267dbff0c9bb50d5952937bc7 (diff)
downloadchromium_src-c665eb327f8f3486c454a95782ffdad4e79fde2c.zip
chromium_src-c665eb327f8f3486c454a95782ffdad4e79fde2c.tar.gz
chromium_src-c665eb327f8f3486c454a95782ffdad4e79fde2c.tar.bz2
Remove base/gfx/.
BUG=none TEST=trybots Review URL: http://codereview.chromium.org/1570005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications/notification_test_util.h')
-rw-r--r--chrome/browser/notifications/notification_test_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/notification_test_util.h b/chrome/browser/notifications/notification_test_util.h
index 95e8fd1..15849c4 100644
--- a/chrome/browser/notifications/notification_test_util.h
+++ b/chrome/browser/notifications/notification_test_util.h
@@ -5,9 +5,9 @@
#ifndef CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_TEST_UTIL_H_
#define CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_TEST_UTIL_H_
-#include "base/gfx/size.h"
#include "chrome/browser/notifications/notification_object_proxy.h"
#include "chrome/browser/notifications/balloon.h"
+#include "gfx/size.h"
// Mock implementation of Javascript object proxy which logs events that
// would have been fired on it. |Logger| class must static "log()" method.