Index: ash/test/test_shelf_delegate.h |
diff --git a/ash/common/test/test_shelf_delegate.h b/ash/test/test_shelf_delegate.h |
similarity index 93% |
rename from ash/common/test/test_shelf_delegate.h |
rename to ash/test/test_shelf_delegate.h |
index a334848c0a7e25dcccb9a58735606e1c28723bca..d9e14ca44562494d10158f9874d96a490a2e1070 100644 |
--- a/ash/common/test/test_shelf_delegate.h |
+++ b/ash/test/test_shelf_delegate.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 ASH_COMMON_TEST_TEST_SHELF_DELEGATE_H_ |
-#define ASH_COMMON_TEST_TEST_SHELF_DELEGATE_H_ |
+#ifndef ASH_TEST_TEST_SHELF_DELEGATE_H_ |
+#define ASH_TEST_TEST_SHELF_DELEGATE_H_ |
#include <map> |
#include <set> |
#include <string> |
-#include "ash/common/shelf/shelf_delegate.h" |
+#include "ash/shelf/shelf_delegate.h" |
#include "base/macros.h" |
#include "ui/aura/window_observer.h" |
@@ -83,4 +83,4 @@ class TestShelfDelegate : public ShelfDelegate, public aura::WindowObserver { |
} // namespace test |
} // namespace ash |
-#endif // ASH_COMMON_TEST_TEST_SHELF_DELEGATE_H_ |
+#endif // ASH_TEST_TEST_SHELF_DELEGATE_H_ |