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

Unified Diff: ash/root_window_settings.h

Issue 23591028: [Cleanup] fix macro, comments and unused includes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comment Created 7 years, 3 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 | ash/root_window_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_settings.h
diff --git a/ash/root_window_settings.h b/ash/root_window_settings.h
index 5dc3363f1e35b474df77ff2b5b052364ef20de16..784cce654f180983b6f13af65dcf123363ca0f45 100644
--- a/ash/root_window_settings.h
+++ b/ash/root_window_settings.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_ROOT_WINDOW_SETTINGS_H_
-#define ASH_WM_ROOT_WINDOW_SETTINGS_H_
+#ifndef ASH_ROOT_WINDOW_SETTINGS_H_
+#define ASH_ROOT_WINDOW_SETTINGS_H_
#include "ash/ash_export.h"
#include "base/basictypes.h"
@@ -35,8 +35,8 @@ struct RootWindowSettings {
RootWindowController* controller;
};
-// Initializes and creates RootWindowSettings for |root|, and returns
-// the property.
+// Initializes and returns RootWindowSettings for |root|.
+// It is owned by the |root|.
RootWindowSettings* InitRootWindowSettings(aura::RootWindow* root);
// Returns the RootWindowSettings for |root|.
@@ -49,4 +49,4 @@ GetRootWindowSettings(const aura::RootWindow* root);
} // namespace internal
} // namespace ash
-#endif // ASH_WM_ROOT_WINDOW_SETTINGS_H_
+#endif // ASH_ROOT_WINDOW_SETTINGS_H_
« no previous file with comments | « no previous file | ash/root_window_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698