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

Unified Diff: chrome/common/cloud_print/cloud_print_class_mac.h

Issue 8341079: Move cloud_print_class_mac files from content/common to chrome/common/cloud_print. They don't bel... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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/chrome_common.gypi ('k') | chrome/common/cloud_print/cloud_print_class_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/cloud_print/cloud_print_class_mac.h
===================================================================
--- chrome/common/cloud_print/cloud_print_class_mac.h (revision 107531)
+++ chrome/common/cloud_print/cloud_print_class_mac.h (working copy)
@@ -2,18 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_CLOUD_PRINT_CLASS_MAC_H_
-#define CONTENT_COMMON_CLOUD_PRINT_CLASS_MAC_H_
+#ifndef CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CLASS_MAC_H_
+#define CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CLASS_MAC_H_
#pragma once
#import <AppKit/AppKit.h>
-namespace content {
+namespace cloud_print {
// Four character constant to identify Cloud print IPC call.
extern const AEEventClass kAECloudPrintClass;
-} // namespace content
+} // namespace cloud_print
-#endif // CONTENT_COMMON_CLOUD_PRINT_CLASS_MAC_H_
-
+#endif // CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CLASS_MAC_H_
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/cloud_print/cloud_print_class_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698