| Index: chrome/browser/policy/cloud/test_request_interceptor.h
|
| diff --git a/chrome/browser/policy/test_request_interceptor.h b/chrome/browser/policy/cloud/test_request_interceptor.h
|
| similarity index 92%
|
| rename from chrome/browser/policy/test_request_interceptor.h
|
| rename to chrome/browser/policy/cloud/test_request_interceptor.h
|
| index 62a67b5cec4cefbd8ca921653aca2785ebd99be7..87aab29f237d1134cc4f6d7b7f50945a517d1397 100644
|
| --- a/chrome/browser/policy/test_request_interceptor.h
|
| +++ b/chrome/browser/policy/cloud/test_request_interceptor.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_POLICY_TEST_REQUEST_INTERCEPTOR_H_
|
| -#define CHROME_BROWSER_POLICY_TEST_REQUEST_INTERCEPTOR_H_
|
| +#ifndef CHROME_BROWSER_POLICY_CLOUD_TEST_REQUEST_INTERCEPTOR_H_
|
| +#define CHROME_BROWSER_POLICY_CLOUD_TEST_REQUEST_INTERCEPTOR_H_
|
|
|
| #include <string>
|
|
|
| @@ -70,4 +70,4 @@ class TestRequestInterceptor {
|
|
|
| } // namespace policy
|
|
|
| -#endif // CHROME_BROWSER_POLICY_TEST_REQUEST_INTERCEPTOR_H_
|
| +#endif // CHROME_BROWSER_POLICY_CLOUD_TEST_REQUEST_INTERCEPTOR_H_
|
|
|