diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 16:45:42 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 16:45:42 +0000 |
commit | 21f1168bab8f4ac626011148ae6e65d8fd24272a (patch) | |
tree | 4db51958027594c9cf0382d204e767c1dbfd84c6 /chrome/browser/tab_contents | |
parent | 773a814f5cedef18ac3c5d775bca663190d2ae0f (diff) | |
download | chromium_src-21f1168bab8f4ac626011148ae6e65d8fd24272a.zip chromium_src-21f1168bab8f4ac626011148ae6e65d8fd24272a.tar.gz chromium_src-21f1168bab8f4ac626011148ae6e65d8fd24272a.tar.bz2 |
Update the includes to the old tab_contents.h
TBR=avi
Review URL: http://codereview.chromium.org/6596103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/render_view_context_menu_gtk.cc | 2 | ||||
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.h | 12 |
2 files changed, 1 insertions, 13 deletions
diff --git a/chrome/browser/tab_contents/render_view_context_menu_gtk.cc b/chrome/browser/tab_contents/render_view_context_menu_gtk.cc index 5478d6f..a24109e 100644 --- a/chrome/browser/tab_contents/render_view_context_menu_gtk.cc +++ b/chrome/browser/tab_contents/render_view_context_menu_gtk.cc @@ -9,7 +9,7 @@ #include "base/string_util.h" #include "chrome/app/chrome_command_ids.h" #include "chrome/browser/renderer_host/render_widget_host_view_gtk.h" -#include "chrome/browser/tab_contents/tab_contents.h" +#include "content/browser/tab_contents/tab_contents.h" #include "webkit/glue/context_menu.h" RenderViewContextMenuGtk::RenderViewContextMenuGtk( diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h deleted file mode 100644 index e8dcbdb..0000000 --- a/chrome/browser/tab_contents/tab_contents.h +++ /dev/null @@ -1,12 +0,0 @@ -// 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. - -#ifndef CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_ -#define CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_ -#pragma once - -// TODO(jam): remove this file when all files have been converted. -#include "content/browser/tab_contents/tab_contents.h" - -#endif // CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_ |