| Index: components/bookmarks/core/tests/test_bookmark_client.h
|
| diff --git a/chrome/browser/bookmarks/test_bookmark_client.h b/components/bookmarks/core/tests/test_bookmark_client.h
|
| similarity index 87%
|
| rename from chrome/browser/bookmarks/test_bookmark_client.h
|
| rename to components/bookmarks/core/tests/test_bookmark_client.h
|
| index 9e59230f4e8c5be5d87a52abd3f323f78a64f31d..c9e96f4f9a2b2259b5dc318157134a181bbf26e6 100644
|
| --- a/chrome/browser/bookmarks/test_bookmark_client.h
|
| +++ b/components/bookmarks/core/tests/test_bookmark_client.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 CHROME_BROWSER_BOOKMARKS_TEST_BOOKMARK_CLIENT_H_
|
| -#define CHROME_BROWSER_BOOKMARKS_TEST_BOOKMARK_CLIENT_H_
|
| +#ifndef COMPONENTS_BOOKMARKS_CORE_TESTS_TEST_BOOKMARK_CLIENT_H_
|
| +#define COMPONENTS_BOOKMARKS_CORE_TESTS_TEST_BOOKMARK_CLIENT_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/bookmarks/core/browser/bookmark_client.h"
|
| @@ -42,4 +42,4 @@ class TestBookmarkClient : public BookmarkClient {
|
|
|
| } // namespace test
|
|
|
| -#endif // CHROME_BROWSER_BOOKMARKS_TEST_BOOKMARK_CLIENT_H_
|
| +#endif // COMPONENTS_BOOKMARKS_CORE_TESTS_TEST_BOOKMARK_CLIENT_H_
|
|
|