Index: content/public/common/content_client.cc |
diff --git a/content/common/content_client.cc b/content/public/common/content_client.cc |
similarity index 95% |
rename from content/common/content_client.cc |
rename to content/public/common/content_client.cc |
index ed46636e8b2c7984b802e54f1c4807ac8fb5f3cc..b3da00fca56476db4c8d4b939af4d8ec6d0984b1 100644 |
--- a/content/common/content_client.cc |
+++ b/content/public/common/content_client.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 "content/common/content_client.h" |
+#include "content/public/public/common/content_client.h" |
Dirk Pranke
2011/10/18 01:00:38
content/public/public?
Also, since there's real l
|
#include "base/logging.h" |
#include "base/string_piece.h" |