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

Unified Diff: ash/test/ash_test.h

Issue 2734683002: chromeos: Move files in //ash/common to //ash, part 2 (Closed)
Patch Set: Created 3 years, 10 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 | « ash/test/BUILD.gn ('k') | ash/test/ash_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test.h
diff --git a/ash/common/test/ash_test.h b/ash/test/ash_test.h
similarity index 97%
rename from ash/common/test/ash_test.h
rename to ash/test/ash_test.h
index d91c4d635cf0f22ea5eab05f5617bd481fab7649..0eccb70d006b238501f72bf036daec57c4ce4e35 100644
--- a/ash/common/test/ash_test.h
+++ b/ash/test/ash_test.h
@@ -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 ASH_COMMON_TEST_ASH_TEST_H_
-#define ASH_COMMON_TEST_ASH_TEST_H_
+#ifndef ASH_TEST_ASH_TEST_H_
+#define ASH_TEST_ASH_TEST_H_
#include <memory>
#include <string>
@@ -146,4 +146,4 @@ class AshTest : public testing::Test {
} // namespace ash
-#endif // ASH_COMMON_TEST_ASH_TEST_H_
+#endif // ASH_TEST_ASH_TEST_H_
« no previous file with comments | « ash/test/BUILD.gn ('k') | ash/test/ash_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698