| Index: chrome/browser/extensions/extension_uitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_uitest.cc (revision 73642)
|
| +++ chrome/browser/extensions/extension_uitest.cc (working copy)
|
| @@ -16,10 +16,10 @@
|
| #include "chrome/test/automation/tab_proxy.h"
|
| #include "chrome/test/ui/ui_test.h"
|
| #include "chrome/test/ui_test_utils.h"
|
| -#include "gfx/rect.h"
|
| #include "googleurl/src/gurl.h"
|
| #define GMOCK_MUTANT_INCLUDE_LATE_OBJECT_BINDING
|
| #include "testing/gmock_mutant.h"
|
| +#include "ui/gfx/rect.h"
|
|
|
| namespace {
|
|
|
|
|