Index: base/libxml_utils.h |
diff --git a/chrome/common/libxml_utils.h b/base/libxml_utils.h |
similarity index 98% |
rename from chrome/common/libxml_utils.h |
rename to base/libxml_utils.h |
index cf53341949df763719c33074ad56a4c370b46a63..74c6c52ff8e2ccfcaed71ea833425445bb007b22 100644 |
--- a/chrome/common/libxml_utils.h |
+++ b/base/libxml_utils.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_COMMON_LIBXML_UTILS_H__ |
-#define CHROME_COMMON_LIBXML_UTILS_H__ |
+#ifndef BASE_LIBXML_UTILS_H__ |
+#define BASE_LIBXML_UTILS_H__ |
#pragma once |
#include <string> |
@@ -182,4 +182,4 @@ class XmlWriter { |
xmlBufferPtr buffer_; |
}; |
-#endif // CHROME_COMMON_LIBXML_UTILS_H__ |
+#endif // BASE_LIBXML_UTILS_H__ |