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

Unified Diff: components/content_settings/core/common/permission_request_id.h

Issue 591443002: Componentize permission_request_id.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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
Index: components/content_settings/core/common/permission_request_id.h
diff --git a/chrome/browser/content_settings/permission_request_id.h b/components/content_settings/core/common/permission_request_id.h
similarity index 84%
rename from chrome/browser/content_settings/permission_request_id.h
rename to components/content_settings/core/common/permission_request_id.h
index a10ce07a0f4af647d1eb3603428abee643eadc5f..a9252a15c72d81ff7ae3d3864262b22ddc6e1018 100644
--- a/chrome/browser/content_settings/permission_request_id.h
+++ b/components/content_settings/core/common/permission_request_id.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_CONTENT_SETTINGS_PERMISSION_REQUEST_ID_H_
-#define CHROME_BROWSER_CONTENT_SETTINGS_PERMISSION_REQUEST_ID_H_
+#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_PERMISSION_REQUEST_ID_H_
+#define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_PERMISSION_REQUEST_ID_H_
#include <string>
@@ -39,4 +39,4 @@ class PermissionRequestID {
// Purposefully do not disable copying, as this is stored in STL containers.
};
-#endif // CHROME_BROWSER_CONTENT_SETTINGS_PERMISSION_REQUEST_ID_H_
+#endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_PERMISSION_REQUEST_ID_H_
« no previous file with comments | « components/content_settings/core/common/BUILD.gn ('k') | components/content_settings/core/common/permission_request_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698