Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h

Issue 6204002: Carnitas: Remove chrome/browser/views, update references. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yay, more syncing Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_NATIVE_TAB_CONTENTS_CONTAINER_WIN_H _ 5 #ifndef CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_NATIVE_TAB_CONTENTS_CONTAINER_WIN_H _
6 #define CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_NATIVE_TAB_CONTENTS_CONTAINER_WIN_H _ 6 #define CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_NATIVE_TAB_CONTENTS_CONTAINER_WIN_H _
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/browser/views/tab_contents/native_tab_contents_container.h" 9 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_container.h"
10 #include "views/controls/native/native_view_host.h" 10 #include "views/controls/native/native_view_host.h"
11 11
12 class NativeTabContentsContainerWin : public NativeTabContentsContainer, 12 class NativeTabContentsContainerWin : public NativeTabContentsContainer,
13 public views::NativeViewHost { 13 public views::NativeViewHost {
14 public: 14 public:
15 explicit NativeTabContentsContainerWin(TabContentsContainer* container); 15 explicit NativeTabContentsContainerWin(TabContentsContainer* container);
16 virtual ~NativeTabContentsContainerWin(); 16 virtual ~NativeTabContentsContainerWin();
17 17
18 // Overridden from NativeTabContentsContainer: 18 // Overridden from NativeTabContentsContainer:
19 virtual void AttachContents(TabContents* contents); 19 virtual void AttachContents(TabContents* contents);
(...skipping 12 matching lines...) Expand all
32 virtual void AboutToRequestFocusFromTabTraversal(bool reverse); 32 virtual void AboutToRequestFocusFromTabTraversal(bool reverse);
33 virtual AccessibilityTypes::Role GetAccessibleRole(); 33 virtual AccessibilityTypes::Role GetAccessibleRole();
34 34
35 private: 35 private:
36 TabContentsContainer* container_; 36 TabContentsContainer* container_;
37 37
38 DISALLOW_COPY_AND_ASSIGN(NativeTabContentsContainerWin); 38 DISALLOW_COPY_AND_ASSIGN(NativeTabContentsContainerWin);
39 }; 39 };
40 40
41 #endif // CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_NATIVE_TAB_CONTENTS_CONTAINER_WI N_H_ 41 #endif // CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_NATIVE_TAB_CONTENTS_CONTAINER_WI N_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698