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

Unified Diff: content/common/bindings_policy.h

Issue 6874038: Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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: content/common/bindings_policy.h
===================================================================
--- content/common/bindings_policy.h (revision 81851)
+++ content/common/bindings_policy.h (working copy)
@@ -1,9 +1,9 @@
-// Copyright (c) 2006-2009 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_COMMON_BINDINGS_POLICY_H__
-#define CHROME_COMMON_BINDINGS_POLICY_H__
+#ifndef CONTENT_COMMON_BINDINGS_POLICY_H_
+#define CONTENT_COMMON_BINDINGS_POLICY_H_
#pragma once
// This is a utility class that specifies flag values for the types of
@@ -40,4 +40,4 @@
}
};
-#endif // CHROME_COMMON_BINDINGS_POLICY_H__
+#endif // CONTENT_COMMON_BINDINGS_POLICY_H_

Powered by Google App Engine
This is Rietveld 408576698