| Index: content/browser/tab_contents/test_tab_contents.cc
|
| diff --git a/content/browser/tab_contents/test_tab_contents.cc b/content/browser/tab_contents/test_tab_contents.cc
|
| index 85d6fced138b9ae7067d79278949cd54c5cdc503..b9a0c002812dd6b179e31ba818ec0106e475b406 100644
|
| --- a/content/browser/tab_contents/test_tab_contents.cc
|
| +++ b/content/browser/tab_contents/test_tab_contents.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -8,13 +8,13 @@
|
|
|
| #include "chrome/browser/browser_url_handler.h"
|
| #include "chrome/browser/tab_contents/infobar_delegate.h"
|
| -#include "chrome/common/notification_details.h"
|
| -#include "chrome/common/notification_source.h"
|
| #include "chrome/common/page_transition_types.h"
|
| #include "content/browser/renderer_host/mock_render_process_host.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/renderer_host/test_render_view_host.h"
|
| #include "content/browser/site_instance.h"
|
| +#include "content/common/notification_details.h"
|
| +#include "content/common/notification_source.h"
|
|
|
| TestTabContents::TestTabContents(Profile* profile, SiteInstance* instance)
|
| : TabContents(profile, instance, MSG_ROUTING_NONE, NULL, NULL),
|
|
|