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

Unified Diff: chrome/common/security_style.h

Issue 4200007: Refactor automation messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome_frame no longer depends on tab_contents.h Created 10 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/common/page_type.h ('k') | chrome/test/automation/autocomplete_edit_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/security_style.h
diff --git a/chrome/browser/tab_contents/security_style.h b/chrome/common/security_style.h
similarity index 89%
rename from chrome/browser/tab_contents/security_style.h
rename to chrome/common/security_style.h
index 9694646eec6609fa1845f926da5db2cfb8ede9a8..7d92d0e64fed9f51e7395b69e2ebf468097630c3 100644
--- a/chrome/browser/tab_contents/security_style.h
+++ b/chrome/common/security_style.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_TAB_CONTENTS_SECURITY_STYLE_H_
-#define CHROME_BROWSER_TAB_CONTENTS_SECURITY_STYLE_H_
+#ifndef CHROME_COMMON_SECURITY_STYLE_H_
+#define CHROME_COMMON_SECURITY_STYLE_H_
#pragma once
// Various aspects of the UI change their appearance according to the security
@@ -32,4 +32,4 @@ enum SecurityStyle {
SECURITY_STYLE_AUTHENTICATED,
};
-#endif // CHROME_BROWSER_TAB_CONTENTS_SECURITY_STYLE_H_
+#endif // CHROME_COMMON_SECURITY_STYLE_H_
« no previous file with comments | « chrome/common/page_type.h ('k') | chrome/test/automation/autocomplete_edit_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698