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

Unified Diff: athena/test/base/athena_test_base.cc

Issue 617043002: Moving athena/test to athena/test/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « athena/test/base/athena_test_base.h ('k') | athena/test/base/athena_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/base/athena_test_base.cc
diff --git a/athena/test/athena_test_base.cc b/athena/test/base/athena_test_base.cc
similarity index 96%
rename from athena/test/athena_test_base.cc
rename to athena/test/base/athena_test_base.cc
index 82a092865fa1422657e9c5878645770f6557e646..a6f88b15a9feda5aa90dfe24a0274cbeff55ddae 100644
--- a/athena/test/athena_test_base.cc
+++ b/athena/test/base/athena_test_base.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "athena/test/athena_test_base.h"
+#include "athena/test/base/athena_test_base.h"
#include "athena/env/public/athena_env.h"
#include "athena/screen/public/screen_manager.h"
-#include "athena/test/athena_test_helper.h"
+#include "athena/test/base/athena_test_helper.h"
#include "ui/aura/client/window_tree_client.h"
#include "ui/aura/test/event_generator_delegate_aura.h"
#include "ui/aura/window.h"
« no previous file with comments | « athena/test/base/athena_test_base.h ('k') | athena/test/base/athena_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698