Chromium Code Reviews| Index: content/public/test/test_url_fetcher_factory.h |
| =================================================================== |
| --- content/public/test/test_url_fetcher_factory.h (revision 140261) |
| +++ content/public/test/test_url_fetcher_factory.h (working copy) |
| @@ -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 CONTENT_TEST_TEST_URL_FETCHER_FACTORY_H_ |
| -#define CONTENT_TEST_TEST_URL_FETCHER_FACTORY_H_ |
| +#ifndef CONTENT_PUBLIC_TEST_TEST_URL_FETCHER_FACTORY_H_ |
|
Paweł Hajdan Jr.
2012/06/18 15:29:17
nit: Shouldn't contents of this header be in the c
|
| +#define CONTENT_PUBLIC_TEST_TEST_URL_FETCHER_FACTORY_H_ |
| #pragma once |
| #include <list> |
| @@ -290,4 +290,4 @@ |
| }; |
| -#endif // CONTENT_TEST_TEST_URL_FETCHER_FACTORY_H_ |
| +#endif // CONTENT_PUBLIC_TEST_TEST_URL_FETCHER_FACTORY_H_ |