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

Unified Diff: chrome/browser/ui/content_settings/content_setting_image_model.h

Issue 6854035: Move blocked content from TabContents to TabContentsWrapper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put back user_gesture Created 9 years, 8 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: chrome/browser/ui/content_settings/content_setting_image_model.h
diff --git a/chrome/browser/content_setting_image_model.h b/chrome/browser/ui/content_settings/content_setting_image_model.h
similarity index 85%
rename from chrome/browser/content_setting_image_model.h
rename to chrome/browser/ui/content_settings/content_setting_image_model.h
index 3e6d5e82a6b70029638056df9be55c6aa87dc16f..686ab07fe6e63c739e21b0f40faf5f430ca4183c 100644
--- a/chrome/browser/content_setting_image_model.h
+++ b/chrome/browser/ui/content_settings/content_setting_image_model.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CONTENT_SETTING_IMAGE_MODEL_H_
-#define CHROME_BROWSER_CONTENT_SETTING_IMAGE_MODEL_H_
+#ifndef CHROME_BROWSER_UI_CONTENT_SETTINGS_CONTENT_SETTING_IMAGE_MODEL_H_
+#define CHROME_BROWSER_UI_CONTENT_SETTINGS_CONTENT_SETTING_IMAGE_MODEL_H_
#pragma once
#include <string>
@@ -53,4 +53,4 @@ class ContentSettingImageModel {
std::string tooltip_;
};
-#endif // CHROME_BROWSER_CONTENT_SETTING_IMAGE_MODEL_H_
+#endif // CHROME_BROWSER_UI_CONTENT_SETTINGS_CONTENT_SETTING_IMAGE_MODEL_H_

Powered by Google App Engine
This is Rietveld 408576698