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

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

Issue 16320012: Use a direct include of strings headers in x/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_RENDER_VIEW_CONTEXT_MENU_VIEWS_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_RENDER_VIEW_CONTEXT_MENU_VIEWS_H_
6 #define CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_RENDER_VIEW_CONTEXT_MENU_VIEWS_H_ 6 #define CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_RENDER_VIEW_CONTEXT_MENU_VIEWS_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "base/memory/scoped_vector.h" 9 #include "base/memory/scoped_vector.h"
10 #include "base/string16.h" 10 #include "base/strings/string16.h"
11 #include "chrome/browser/tab_contents/render_view_context_menu.h" 11 #include "chrome/browser/tab_contents/render_view_context_menu.h"
12 #include "content/public/common/context_menu_source_type.h" 12 #include "content/public/common/context_menu_source_type.h"
13 13
14 namespace gfx { 14 namespace gfx {
15 class Point; 15 class Point;
16 } 16 }
17 17
18 namespace views { 18 namespace views {
19 class MenuRunner; 19 class MenuRunner;
20 class Widget; 20 class Widget;
(...skipping 28 matching lines...) Expand all
49 int command_id, 49 int command_id,
50 ui::Accelerator* accelerator) OVERRIDE; 50 ui::Accelerator* accelerator) OVERRIDE;
51 51
52 private: 52 private:
53 scoped_ptr<views::MenuRunner> menu_runner_; 53 scoped_ptr<views::MenuRunner> menu_runner_;
54 54
55 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenuViews); 55 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenuViews);
56 }; 56 };
57 57
58 #endif // CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_RENDER_VIEW_CONTEXT_MENU_VIEWS_H _ 58 #endif // CHROME_BROWSER_UI_VIEWS_TAB_CONTENTS_RENDER_VIEW_CONTEXT_MENU_VIEWS_H _
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698