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

Unified Diff: athena/test/sample_activity.cc

Issue 316323002: Introduces ActivityFactory for SampleActivity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: athena/test/sample_activity.cc
diff --git a/athena/main/sample_activity.cc b/athena/test/sample_activity.cc
similarity index 88%
rename from athena/main/sample_activity.cc
rename to athena/test/sample_activity.cc
index 8ad23e7679d9b5d64f327dd67cde290fbfd38f80..bbdfc374dae4991f3b41fbd2149ff5e956b9fe37 100644
--- a/athena/main/sample_activity.cc
+++ b/athena/test/sample_activity.cc
@@ -2,10 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "athena/main/sample_activity.h"
+#include "athena/test/sample_activity.h"
#include "ui/aura/window.h"
+namespace athena {
+namespace test {
+
SampleActivity::SampleActivity(SkColor color,
SkColor content_color,
const std::string& title)
@@ -35,3 +38,6 @@ aura::Window* SampleActivity::GetNativeWindow() {
}
return window_.get();
}
+
+} // namespace test
+} // namespace athena

Powered by Google App Engine
This is Rietveld 408576698