aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/string.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-16 16:36:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-16 16:40:19 -0700
commit288991b17d75330476ef7d61875d345dc9aa233f (patch)
tree517dc52abea9a143bcf6703c2b8db806c663ffdd /tensorflow/contrib/lite/string.h
parent614f20ddd13bb26ba7d3cd33dca04c6df12114ba (diff)
Internal-only change.
PiperOrigin-RevId: 209071619
Diffstat (limited to 'tensorflow/contrib/lite/string.h')
-rw-r--r--tensorflow/contrib/lite/string.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/contrib/lite/string.h b/tensorflow/contrib/lite/string.h
index 7f8f4e851e..af3fadfcb3 100644
--- a/tensorflow/contrib/lite/string.h
+++ b/tensorflow/contrib/lite/string.h
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
// Abstract string. We don't want even absl at this level.
-#ifndef _THIRD_PARTY_TENSORFLOW_CONTRIB_LITE_STRING_H_
-#define _THIRD_PARTY_TENSORFLOW_CONTRIB_LITE_STRING_H_
+#ifndef TENSORFLOW_CONTRIB_LITE_STRING_H_
+#define TENSORFLOW_CONTRIB_LITE_STRING_H_
#include <string>
@@ -26,4 +26,4 @@ using std::string;
} // namespace tflite
-#endif // _THIRD_PARTY_TENSORFLOW_CONTRIB_LITE_STRING_H_
+#endif // TENSORFLOW_CONTRIB_LITE_STRING_H_