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

Unified Diff: ui/aura/test/test_windows.h

Issue 8566027: Cleanup: Remove forward declarations in ui, part 2. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/aura/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_windows.h
===================================================================
--- ui/aura/test/test_windows.h (revision 110049)
+++ ui/aura/test/test_windows.h (working copy)
@@ -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 UI_AURA_TEST_TEST_UTILS_H_
-#define UI_AURA_TEST_TEST_UTILS_H_
+#ifndef UI_AURA_TEST_TEST_WINDOWS_H_
+#define UI_AURA_TEST_TEST_WINDOWS_H_
#pragma once
#include "base/compiler_specific.h"
@@ -11,10 +11,6 @@
#include "ui/aura/test/test_window_delegate.h"
#include "ui/aura/test/aura_test_base.h"
-namespace gfx {
-class Canvas;
-}
-
namespace aura {
namespace test {
@@ -32,4 +28,4 @@
} // namespace test
} // namespace aura
-#endif // UI_AURA_TEST_TEST_UTILS_H_
+#endif // UI_AURA_TEST_TEST_WINDOWS_H_
« no previous file with comments | « no previous file | ui/aura/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698