Index: chrome/browser/content_settings/permission_bubble_request_impl.h |
diff --git a/chrome/browser/services/gcm/permission_bubble_request_impl.h b/chrome/browser/content_settings/permission_bubble_request_impl.h |
similarity index 87% |
rename from chrome/browser/services/gcm/permission_bubble_request_impl.h |
rename to chrome/browser/content_settings/permission_bubble_request_impl.h |
index 57f7cf8ed0fa16eb956dd2d42be20aef1d409fa8..fe73c64cdf3548e24d9d023c663e287fd435a7bb 100644 |
--- a/chrome/browser/services/gcm/permission_bubble_request_impl.h |
+++ b/chrome/browser/content_settings/permission_bubble_request_impl.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_SERVICES_GCM_PERMISSION_BUBBLE_REQUEST_IMPL_H_ |
-#define CHROME_BROWSER_SERVICES_GCM_PERMISSION_BUBBLE_REQUEST_IMPL_H_ |
+#ifndef CHROME_BROWSER_CONTENT_SETTINGS_PERMISSION_BUBBLE_REQUEST_IMPL_H_ |
+#define CHROME_BROWSER_CONTENT_SETTINGS_PERMISSION_BUBBLE_REQUEST_IMPL_H_ |
#include "base/callback.h" |
#include "chrome/browser/content_settings/permission_request_id.h" |
@@ -12,9 +12,6 @@ |
class GURL; |
-// TODO(miguelg): move this class out of GCM. |
-namespace gcm { |
- |
class PermissionContextBase; |
// Default implementation of PermissionBubbleRequest, it is assumed that the |
@@ -66,5 +63,4 @@ class PermissionBubbleRequestImpl : public PermissionBubbleRequest { |
DISALLOW_COPY_AND_ASSIGN(PermissionBubbleRequestImpl); |
}; |
-} // namespace gcm |
-#endif // CHROME_BROWSER_SERVICES_GCM_PERMISSION_BUBBLE_REQUEST_IMPL_H_ |
+#endif // CHROME_BROWSER_CONTENT_SETTINGS_PERMISSION_BUBBLE_REQUEST_IMPL_H_ |