Index: ui/base/text/bidi_line_iterator.h |
=================================================================== |
--- ui/base/text/bidi_line_iterator.h (revision 0) |
+++ ui/base/text/bidi_line_iterator.h (working copy) |
@@ -1,9 +1,9 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef APP_BIDI_LINE_ITERATOR_H_ |
-#define APP_BIDI_LINE_ITERATOR_H_ |
+#ifndef UI_BASE_TEXT_BIDI_LINE_ITERATOR_H_ |
+#define UI_BASE_TEXT_BIDI_LINE_ITERATOR_H_ |
#pragma once |
#include <string> |
@@ -13,6 +13,8 @@ |
#include "base/basictypes.h" |
#include "base/string16.h" |
+namespace ui { |
+ |
// A simple wrapper class for the bidirectional iterator of ICU. |
// This class uses the bidirectional iterator of ICU to split a line of |
// bidirectional texts into visual runs in its display order. |
@@ -40,4 +42,6 @@ |
DISALLOW_COPY_AND_ASSIGN(BiDiLineIterator); |
}; |
-#endif // APP_BIDI_LINE_ITERATOR_H_ |
+} // namespace ui |
+ |
+#endif // UI_BASE_TEXT_BIDI_LINE_ITERATOR_H_ |