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

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

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/common/cloud_print/cloud_print_class_mac.h ('k') | chrome/service/chrome_service_application_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.mm
===================================================================
--- chrome/common/cloud_print/cloud_print_class_mac.mm (revision 107531)
+++ chrome/common/cloud_print/cloud_print_class_mac.mm (working copy)
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "content/common/cloud_print_class_mac.h"
+#import "chrome/common/cloud_print/cloud_print_class_mac.h"
-namespace content {
+namespace cloud_print {
const AEEventClass kAECloudPrintClass = 'GCPp';
-} // namespace content
+} // namespace cloud_print
« no previous file with comments | « chrome/common/cloud_print/cloud_print_class_mac.h ('k') | chrome/service/chrome_service_application_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698