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

Unified Diff: third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_google.h

Issue 132032: [chromium-reviews] Add unit testing to CLD. In addition, remove files from cld/base which are no... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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: third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_google.h
===================================================================
--- third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_google.h (revision 19085)
+++ third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_google.h (working copy)
@@ -5,6 +5,12 @@
#ifndef BAR_TOOLBAR_CLD_I18N_ENCODINGS_COMPACT_LANG_DET_WIN_CLD_GOOGLE_H_
#define BAR_TOOLBAR_CLD_I18N_ENCODINGS_COMPACT_LANG_DET_WIN_CLD_GOOGLE_H_
+// Nothing to be included for windows version.
+// For now, comment out CLD_WINDOWS since it is leading to some problems
+// with unit testing, because google.h has been removed from the trunk.
+// When linux/mac versions are implemented, google.h (and associated files)
+// can be checked in as required.
+/*
#if !defined(CLD_WINDOWS)
#include "third_party/cld/base/google.h"
@@ -14,5 +20,5 @@
// Include nothing
#endif
-
+*/
#endif // BAR_TOOLBAR_CLD_I18N_ENCODINGS_COMPACT_LANG_DET_WIN_CLD_GOOGLE_H_

Powered by Google App Engine
This is Rietveld 408576698