| Index: chrome/renderer/instant_restricted_id_cache.h
|
| diff --git a/chrome/common/instant_restricted_id_cache.h b/chrome/renderer/instant_restricted_id_cache.h
|
| similarity index 97%
|
| rename from chrome/common/instant_restricted_id_cache.h
|
| rename to chrome/renderer/instant_restricted_id_cache.h
|
| index 5935ea29c09eb250d2892bab60dec4fc58f0b538..cce78f4a55a5e700f3a69d34ea831d04ac04a6d4 100644
|
| --- a/chrome/common/instant_restricted_id_cache.h
|
| +++ b/chrome/renderer/instant_restricted_id_cache.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_COMMON_INSTANT_RESTRICTED_ID_CACHE_H_
|
| -#define CHROME_COMMON_INSTANT_RESTRICTED_ID_CACHE_H_
|
| +#ifndef CHROME_RENDERER_INSTANT_RESTRICTED_ID_CACHE_H_
|
| +#define CHROME_RENDERER_INSTANT_RESTRICTED_ID_CACHE_H_
|
|
|
| #include <set>
|
| #include <utility>
|
| @@ -162,4 +162,4 @@ bool InstantRestrictedIDCache<T>::GetItemWithRestrictedID(
|
| return true;
|
| }
|
|
|
| -#endif // CHROME_COMMON_INSTANT_RESTRICTED_ID_CACHE_H_
|
| +#endif // CHROME_RENDERER_INSTANT_RESTRICTED_ID_CACHE_H_
|
|
|