Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Unified Diff: chrome/renderer/instant_restricted_id_cache.h

Issue 684973003: Cleanup: Move InstantRestrictedIDCache from chrome/common to chrome/renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/OWNERS ('k') | chrome/renderer/instant_restricted_id_cache_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/renderer/OWNERS ('k') | chrome/renderer/instant_restricted_id_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698