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

Unified Diff: components/printing/common/print_messages.cc

Issue 811563008: Moving files from //chrome to //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win 64 warnings, components owners Created 5 years, 11 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: components/printing/common/print_messages.cc
diff --git a/chrome/common/print_messages.cc b/components/printing/common/print_messages.cc
similarity index 97%
rename from chrome/common/print_messages.cc
rename to components/printing/common/print_messages.cc
index 33420bcfd81a8ef4d4694686b12a4d12e2e78b1f..3a5cddded102749d22f36d730bda39e1a369b0d1 100644
--- a/chrome/common/print_messages.cc
+++ b/components/printing/common/print_messages.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/print_messages.h"
+#include "components/printing/common/print_messages.h"
#include "base/basictypes.h"
#include "base/strings/string16.h"

Powered by Google App Engine
This is Rietveld 408576698