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

Unified Diff: ui/views/test/views_test_base.h

Issue 8581003: views: Move ime and test directories to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linux 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 | « ui/views/test/test_views_delegate.cc ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_base.h
diff --git a/views/test/views_test_base.h b/ui/views/test/views_test_base.h
similarity index 86%
rename from views/test/views_test_base.h
rename to ui/views/test/views_test_base.h
index 72181faf3824f1fa19549db923ec40d2478c57d2..51a9df604c2a96d80ce250058f98207ca6242566 100644
--- a/views/test/views_test_base.h
+++ b/ui/views/test/views_test_base.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef VIEWS_TEST_VIEWS_TEST_BASE_H_
-#define VIEWS_TEST_VIEWS_TEST_BASE_H_
+#ifndef UI_VIEWS_TEST_VIEWS_TEST_BASE_H_
+#define UI_VIEWS_TEST_VIEWS_TEST_BASE_H_
#pragma once
#include "base/memory/scoped_ptr.h"
#include "base/message_loop.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "views/test/test_views_delegate.h"
+#include "ui/views/test/test_views_delegate.h"
namespace views {
@@ -46,4 +46,4 @@ class ViewsTestBase : public testing::Test {
} // namespace views
-#endif // VIEWS_TEST_VIEWS_TEST_BASE_H_
+#endif // UI_VIEWS_TEST_VIEWS_TEST_BASE_H_
« no previous file with comments | « ui/views/test/test_views_delegate.cc ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698