| Index: ash/test/test_shelf_item_delegate.h
|
| diff --git a/ash/common/test/test_shelf_item_delegate.h b/ash/test/test_shelf_item_delegate.h
|
| similarity index 82%
|
| rename from ash/common/test/test_shelf_item_delegate.h
|
| rename to ash/test/test_shelf_item_delegate.h
|
| index 6e2f8b55fc5402109e2df1f40bf9a72de1f61fc3..24360e45bf6688aacf43dfa130dee7aa03247220 100644
|
| --- a/ash/common/test/test_shelf_item_delegate.h
|
| +++ b/ash/test/test_shelf_item_delegate.h
|
| @@ -2,10 +2,10 @@
|
| // 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_ITEM_DELEGATE_H_
|
| -#define ASH_COMMON_TEST_TEST_SHELF_ITEM_DELEGATE_H_
|
| +#ifndef ASH_TEST_TEST_SHELF_ITEM_DELEGATE_H_
|
| +#define ASH_TEST_TEST_SHELF_ITEM_DELEGATE_H_
|
|
|
| -#include "ash/common/shelf/shelf_item_delegate.h"
|
| +#include "ash/shelf/shelf_item_delegate.h"
|
| #include "base/macros.h"
|
|
|
| namespace ash {
|
| @@ -38,4 +38,4 @@ class TestShelfItemDelegate : public ShelfItemDelegate {
|
| } // namespace test
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_TEST_TEST_SHELF_ITEM_DELEGATE_H_
|
| +#endif // ASH_TEST_TEST_SHELF_ITEM_DELEGATE_H_
|
|
|