Index: chrome/browser/ui/cocoa/tab_contents/sad_tab_controller_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller_unittest.mm b/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller_unittest.mm |
index 00d687e781f95d1f4ce681cd9047a549be4c3250..592dc92d4bbf5afc616090b7b17a21787ebe7990 100644 |
--- a/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller_unittest.mm |
+++ b/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller_unittest.mm |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -10,7 +10,6 @@ |
#import "chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h" |
#include "chrome/test/base/chrome_render_view_host_test_harness.h" |
#include "chrome/test/base/testing_profile.h" |
-#include "content/browser/tab_contents/test_tab_contents.h" |
@interface SadTabView (ExposedForTesting) |
// Implementation is below. |