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

Unified Diff: chrome/browser/chromeos/login/rounded_view.h

Issue 5709001: Place the spinner in the right corner of the controls window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/chromeos/login
Patch Set: cpplist + remove debug Created 10 years 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
Index: chrome/browser/chromeos/login/rounded_view.h
diff --git a/chrome/browser/chromeos/login/rounded_view.h b/chrome/browser/chromeos/login/rounded_view.h
index a0ee675a38f46a21eaa7f92cdf98ce15edf5e489..e0a107a4928cfba916f363fd383ff57ba13f249d 100644
--- a/chrome/browser/chromeos/login/rounded_view.h
+++ b/chrome/browser/chromeos/login/rounded_view.h
@@ -1,5 +1,9 @@
-#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_VIEW_FILTER_H_
-#define CHROME_BROWSER_CHROMEOS_LOGIN_VIEW_FILTER_H_
+// Copyright (c) 2010 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.
+
+#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_ROUNDED_VIEW_H_
+#define CHROME_BROWSER_CHROMEOS_LOGIN_ROUNDED_VIEW_H_
#include "gfx/canvas.h"
#include "gfx/canvas_skia.h"
@@ -107,4 +111,4 @@ void RoundedView<C>::DrawFrame(gfx::Canvas* canvas) {
}
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_VIEW_FILTER_H_
+#endif // CHROME_BROWSER_CHROMEOS_LOGIN_ROUNDED_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698