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

Unified Diff: ash/wm/shadow_controller.h

Issue 8976012: chromeos: Implement power button animations for Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update copyright year to 2012 Created 8 years, 12 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/wm/power_button_controller_unittest.cc ('k') | base/timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/shadow_controller.h
diff --git a/ash/wm/shadow_controller.h b/ash/wm/shadow_controller.h
index 0613dd734d0946aea85bd284050bc4941c3e6c9a..7a75a918278f49135564e535b62a8bf901f9ba32 100644
--- a/ash/wm/shadow_controller.h
+++ b/ash/wm/shadow_controller.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -31,7 +31,7 @@ class Shadow;
// shadows as needed.
class ASH_EXPORT ShadowController : public aura::RootWindowObserver,
public aura::WindowObserver {
-public:
+ public:
class TestApi {
public:
explicit TestApi(ShadowController* controller) : controller_(controller) {}
@@ -83,7 +83,7 @@ public:
DISALLOW_COPY_AND_ASSIGN(ShadowController);
};
-} // namepsace internal
-} // namepsace ash
+} // namespace internal
+} // namespace ash
#endif // ASH_WM_SHADOW_CONTROLLER_H_
« no previous file with comments | « ash/wm/power_button_controller_unittest.cc ('k') | base/timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698