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

Unified Diff: ui/views/examples/content_client/examples_browser_main_parts.h

Issue 10824016: views/examples: Pure pedantic change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/examples/content_client/examples_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/content_client/examples_browser_main_parts.h
diff --git a/ui/views/examples/content_client/examples_browser_main_parts.h b/ui/views/examples/content_client/examples_browser_main_parts.h
index 67bc25e10d0c04609a8b90732aa3d281845fa78a..ec76226bc9b0502387063968da2a189ef0db7f94 100644
--- a/ui/views/examples/content_client/examples_browser_main_parts.h
+++ b/ui/views/examples/content_client/examples_browser_main_parts.h
@@ -16,13 +16,13 @@ class StackingClient;
}
namespace content {
-
class ShellBrowserContext;
struct MainFunctionParams;
}
namespace views {
class ViewsDelegate;
+
namespace examples {
class ExamplesBrowserMainParts : public content::BrowserMainParts {
@@ -43,7 +43,7 @@ class ExamplesBrowserMainParts : public content::BrowserMainParts {
private:
scoped_ptr<content::ShellBrowserContext> browser_context_;
- scoped_ptr<views::ViewsDelegate> views_delegate_;
+ scoped_ptr<ViewsDelegate> views_delegate_;
#if defined(USE_AURA)
scoped_ptr<aura::client::StackingClient> stacking_client_;
#endif
« no previous file with comments | « no previous file | ui/views/examples/content_client/examples_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698