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

Unified Diff: ash/first_run/first_run_helper_impl.h

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « ash/first_run/desktop_cleaner.cc ('k') | ash/first_run/first_run_helper_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/first_run/first_run_helper_impl.h
diff --git a/ash/first_run/first_run_helper_impl.h b/ash/first_run/first_run_helper_impl.h
index e788f6aa67508e3635b6ee2d324a5fd9aa2d2176..399376785497854e2198dd44382147546370b4d8 100644
--- a/ash/first_run/first_run_helper_impl.h
+++ b/ash/first_run/first_run_helper_impl.h
@@ -15,7 +15,7 @@ namespace ash {
class Shell;
class FirstRunHelperImpl : public FirstRunHelper,
- public internal::OverlayEventFilter::Delegate {
+ public OverlayEventFilter::Delegate {
public:
FirstRunHelperImpl();
virtual ~FirstRunHelperImpl();
@@ -33,14 +33,14 @@ class FirstRunHelperImpl : public FirstRunHelper,
virtual gfx::Rect GetTrayBubbleBounds() OVERRIDE;
virtual gfx::Rect GetHelpButtonBounds() OVERRIDE;
- // Overriden from internal::OverlayEventFilter::Delegate.
+ // Overriden from OverlayEventFilter::Delegate.
virtual void Cancel() OVERRIDE;
virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE;
virtual aura::Window* GetWindow() OVERRIDE;
private:
views::Widget* widget_;
- internal::DesktopCleaner cleaner_;
+ DesktopCleaner cleaner_;
DISALLOW_COPY_AND_ASSIGN(FirstRunHelperImpl);
};
« no previous file with comments | « ash/first_run/desktop_cleaner.cc ('k') | ash/first_run/first_run_helper_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698